Shades of Gossip #90C67A
Tints of Gossip #90C67A
RGB
CMYK
RGB Variations
Color information
#90C67A (or 0x90C67A) is known color: Gossip. HEX triplet: 90, C6 and 7A. RGB value is (144,198,122). Sum of RGB (Red+Green+Blue) = 144+198+122=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #90C67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C67A is #6F3985. Grayscale: #ADADAD. Windows color (decimal): -7289222 or 8046224. OLE color: 8046224.
HSL color Cylindrical-coordinate representation of color #90C67A: hue angle of 102.63º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90C67A is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 198 | 122 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.22 |
| HSL | 102.63º | 0.4% | 0.63% | - |
| HSV(B) | 102.63º | 0.38% | 0.78% | - |
| XYZ | 35.21 | 47.72 | 25.77 | - |
| YUV | 173.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 198 | 122 | 0.27 | 0 | 0.38 | 0.22 | 102.63 | 0.4 | 0.63 |
| Hex | 90 | C6 | 7A | 1B | 0 | 26 | 16 | 67 | 28 | 3F |
| Octal | 220 | 306 | 172 | 33 | 0 | 46 | 26 | 147 | 50 | 77 |
| Binary | 10010000 | 11000110 | 1111010 | 11011 | 0 | 100110 | 10110 | 1100111 | 101000 | 111111 |
Color Harmonies of #90C67A
Complementary color
Monochromatic Colors of #90C67A
Black with #90C67A
Text Example
Text Example
White with #90C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C67A; }
p { color: rgb(144,198,122); }
H1.HeaderClassName
{
color: #90C67A;
}
.AnyTagClassName
{
color: #90C67A;
}
</style>
background-color css
<style>
a { background-color: #90C67A; }
a { background-color: rgb(144,198,122); }
div.DivClassName
{
background-color: #90C67A;
}
.BgClassName
{
background-color: #90C67A;
}
</style>
border-color css
<style>
span { border-color: #90C67A; }
span { border-color: rgb(144,198,122); }
td.TdClassName
{
border-color: #90C67A;
}
.TagClassName
{
border-color: #90C67A;
}
</style>