Shades of Gossip #91CF6E
Tints of Gossip #91CF6E
RGB
CMYK
RGB Variations
Color information
#91CF6E (or 0x91CF6E) is known color: Gossip. HEX triplet: 91, CF and 6E. RGB value is (145,207,110). Sum of RGB (Red+Green+Blue) = 145+207+110=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #91CF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CF6E is #6E3091. Grayscale: #B1B1B1. Windows color (decimal): -7221394 or 7262097. OLE color: 7262097.
HSL color Cylindrical-coordinate representation of color #91CF6E: hue angle of 98.35º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91CF6E is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 207 | 110 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.19 |
| HSL | 98.35º | 0.5% | 0.62% | - |
| HSV(B) | 98.35º | 0.47% | 0.81% | - |
| XYZ | 36.8 | 51.77 | 22.8 | - |
| YUV | 177.4 | 89.96 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 110 | 0.30 | 0 | 0.47 | 0.19 | 98.35 | 0.5 | 0.62 |
| Hex | 91 | CF | 6E | 1E | 0 | 2F | 13 | 62 | 32 | 3E |
| Octal | 221 | 317 | 156 | 36 | 0 | 57 | 23 | 142 | 62 | 76 |
| Binary | 10010001 | 11001111 | 1101110 | 11110 | 0 | 101111 | 10011 | 1100010 | 110010 | 111110 |
Color Harmonies of #91CF6E
Complementary color
Monochromatic Colors of #91CF6E
Black with #91CF6E
Text Example
Text Example
White with #91CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CF6E; }
p { color: rgb(145,207,110); }
H1.HeaderClassName
{
color: #91CF6E;
}
.AnyTagClassName
{
color: #91CF6E;
}
</style>
background-color css
<style>
a { background-color: #91CF6E; }
a { background-color: rgb(145,207,110); }
div.DivClassName
{
background-color: #91CF6E;
}
.BgClassName
{
background-color: #91CF6E;
}
</style>
border-color css
<style>
span { border-color: #91CF6E; }
span { border-color: rgb(145,207,110); }
td.TdClassName
{
border-color: #91CF6E;
}
.TagClassName
{
border-color: #91CF6E;
}
</style>