Let's make a colour together! <3

#RGB

R
24.5%
G
39.7%
B
35.8%
Poll ended at .

The final result is:

* R = 25%
* G = 40%
* B = 36%

As expected (and described in the thread), the gamut is pretty low (ie. not an immense possibility of colours, due to fact that masto polls options sum is 100)

0..100 to 0..255 (in gimp) give:

* R = 63.8 (64)
* G = 102
* B = 91.8 (92)

HTML: #40665C

It's a soft, dark, bluish green!

It's complimentary color is #66404A (102,64,74)

Its triadic scheme:
#5C4066 (92,64,102) and #665C40 (102,92,64)

We could call it "Fédi-vert"?

@jz this is insane how many people voted in this poll!
@jz that's a fantastic name for the colour

@jz I like how we were able to collectively avoid both brown and grey.

This is a Good Color.

@jz I made a full gamut + CMYK poll :3
I'm curious what will come out of it
https://chaos.social/@uint8_t/106042621422546391
Z̈oé :antifa: (@[email protected])

pick a color for screen [ ] RED [ ] GREEN [ ] BLUE

chaos.social
@jz these colors scream "1990s office furniture" and I love it
@jz I really like this colour, and this process. Fédi-vert will be a common go-to for me from now.
@jz love it! Very nice way to create a color: fedivert is perfect

@jz I absolutely adore this colour.

Not grey, not brown, but a wonderful colour for all.

@jz Looks teal to me, the colour of holacracy and holarchy 😃

@jz You can see the fuller gamut if you reach into Masto's json response:

R = 470 / 1918
G = 762 / 1918
B = 686 / 1918

@esbe
Okay, but now mod 256 those RGB numbers.
@jz
@jz damn this colour is incredible 😍
@jz très belle idée, très belle couleur et très beau nom. 💚
@jz ++ Pour le Fédi-vert !

@jz
Tiens, du coup c'est cette couleur qui a été choisie pour le thème du site des Contenus et Logiciels pour des Internets Conviviaux :

https://colibox.colibris-outilslibres.org/yeswiki/?PageCss

(et oui c'est volontaire, le sondage est mentionné dans la section à propos)

YesWiki

YesWiki
@jz, late to the party but this is converging to 0x436e58 or @CnX. I am the chosen one!

@jz I get:

$ ap/pollresult https://mamot.fr/@jz/106002949694434169 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2393 100 2393 0 0 623 0 0:00:03 0:00:03 --:--:-- 623 { "G": 762, "B": 686, "R": 470 } ------- Σ: 1918

That makes:

  • R = 470/1918*256 ≈ 62.7 ≈ 63 = &h3F
  • G = 762/1918*256 ≈ 101.7 ≈ 102 = &h66
  • B = 686/1918*256 ≈ 91.6 ≈ 92 = &h5C

So, #3F665C if you go by the original numbers, not the rounded percentages.

Nice idea, though!