Shades of Gossip #91CC70
Tints of Gossip #91CC70
RGB
CMYK
RGB Variations
Color information
#91CC70 (or 0x91CC70) is known color: Gossip. HEX triplet: 91, CC and 70. RGB value is (145,204,112). Sum of RGB (Red+Green+Blue) = 145+204+112=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #91CC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CC70 is #6E338F. Grayscale: #B0B0B0. Windows color (decimal): -7222160 or 7392401. OLE color: 7392401.
HSL color Cylindrical-coordinate representation of color #91CC70: hue angle of 98.48º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #91CC70 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 204 | 112 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.2 |
| HSL | 98.48º | 0.47% | 0.62% | - |
| HSV(B) | 98.48º | 0.45% | 0.8% | - |
| XYZ | 36.19 | 50.38 | 23.14 | - |
| YUV | 175.87 | 91.95 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 204 | 112 | 0.29 | 0 | 0.45 | 0.2 | 98.48 | 0.47 | 0.62 |
| Hex | 91 | CC | 70 | 1D | 0 | 2D | 14 | 62 | 2F | 3E |
| Octal | 221 | 314 | 160 | 35 | 0 | 55 | 24 | 142 | 57 | 76 |
| Binary | 10010001 | 11001100 | 1110000 | 11101 | 0 | 101101 | 10100 | 1100010 | 101111 | 111110 |
Color Harmonies of #91CC70
Complementary color
Monochromatic Colors of #91CC70
Black with #91CC70
Text Example
Text Example
White with #91CC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CC70; }
p { color: rgb(145,204,112); }
H1.HeaderClassName
{
color: #91CC70;
}
.AnyTagClassName
{
color: #91CC70;
}
</style>
background-color css
<style>
a { background-color: #91CC70; }
a { background-color: rgb(145,204,112); }
div.DivClassName
{
background-color: #91CC70;
}
.BgClassName
{
background-color: #91CC70;
}
</style>
border-color css
<style>
span { border-color: #91CC70; }
span { border-color: rgb(145,204,112); }
td.TdClassName
{
border-color: #91CC70;
}
.TagClassName
{
border-color: #91CC70;
}
</style>