Shades of Gossip #90C579
Tints of Gossip #90C579
RGB
CMYK
RGB Variations
Color information
#90C579 (or 0x90C579) is known color: Gossip. HEX triplet: 90, C5 and 79. RGB value is (144,197,121). Sum of RGB (Red+Green+Blue) = 144+197+121=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #90C579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C579 is #6F3A86. Grayscale: #ACACAC. Windows color (decimal): -7289479 or 7980432. OLE color: 7980432.
HSL color Cylindrical-coordinate representation of color #90C579: hue angle of 101.84º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90C579 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 121 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.23 |
| HSL | 101.84º | 0.4% | 0.62% | - |
| HSV(B) | 101.84º | 0.39% | 0.77% | - |
| XYZ | 34.92 | 47.24 | 25.37 | - |
| YUV | 172.49 | 98.94 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 121 | 0.27 | 0 | 0.39 | 0.23 | 101.84 | 0.4 | 0.62 |
| Hex | 90 | C5 | 79 | 1B | 0 | 27 | 17 | 66 | 28 | 3E |
| Octal | 220 | 305 | 171 | 33 | 0 | 47 | 27 | 146 | 50 | 76 |
| Binary | 10010000 | 11000101 | 1111001 | 11011 | 0 | 100111 | 10111 | 1100110 | 101000 | 111110 |
Color Harmonies of #90C579
Complementary color
Monochromatic Colors of #90C579
Black with #90C579
Text Example
Text Example
White with #90C579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C579; }
p { color: rgb(144,197,121); }
H1.HeaderClassName
{
color: #90C579;
}
.AnyTagClassName
{
color: #90C579;
}
</style>
background-color css
<style>
a { background-color: #90C579; }
a { background-color: rgb(144,197,121); }
div.DivClassName
{
background-color: #90C579;
}
.BgClassName
{
background-color: #90C579;
}
</style>
border-color css
<style>
span { border-color: #90C579; }
span { border-color: rgb(144,197,121); }
td.TdClassName
{
border-color: #90C579;
}
.TagClassName
{
border-color: #90C579;
}
</style>