Shades of Gossip #90C07C
Tints of Gossip #90C07C
RGB
CMYK
RGB Variations
Color information
#90C07C (or 0x90C07C) is known color: Gossip. HEX triplet: 90, C0 and 7C. RGB value is (144,192,124). Sum of RGB (Red+Green+Blue) = 144+192+124=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #90C07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C07C is #6F3F83. Grayscale: #AAAAAA. Windows color (decimal): -7290756 or 8175760. OLE color: 8175760.
HSL color Cylindrical-coordinate representation of color #90C07C: hue angle of 102.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90C07C is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 124 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.25 |
| HSL | 102.35º | 0.35% | 0.62% | - |
| HSV(B) | 102.35º | 0.35% | 0.75% | - |
| XYZ | 33.99 | 45.08 | 25.98 | - |
| YUV | 169.9 | 102.1 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 124 | 0.25 | 0 | 0.35 | 0.25 | 102.35 | 0.35 | 0.62 |
| Hex | 90 | C0 | 7C | 19 | 0 | 23 | 19 | 66 | 23 | 3E |
| Octal | 220 | 300 | 174 | 31 | 0 | 43 | 31 | 146 | 43 | 76 |
| Binary | 10010000 | 11000000 | 1111100 | 11001 | 0 | 100011 | 11001 | 1100110 | 100011 | 111110 |
Color Harmonies of #90C07C
Complementary color
Monochromatic Colors of #90C07C
Black with #90C07C
Text Example
Text Example
White with #90C07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C07C; }
p { color: rgb(144,192,124); }
H1.HeaderClassName
{
color: #90C07C;
}
.AnyTagClassName
{
color: #90C07C;
}
</style>
background-color css
<style>
a { background-color: #90C07C; }
a { background-color: rgb(144,192,124); }
div.DivClassName
{
background-color: #90C07C;
}
.BgClassName
{
background-color: #90C07C;
}
</style>
border-color css
<style>
span { border-color: #90C07C; }
span { border-color: rgb(144,192,124); }
td.TdClassName
{
border-color: #90C07C;
}
.TagClassName
{
border-color: #90C07C;
}
</style>