Shades of Gossip #91CE75
Tints of Gossip #91CE75
RGB
CMYK
RGB Variations
Color information
#91CE75 (or 0x91CE75) is known color: Gossip. HEX triplet: 91, CE and 75. RGB value is (145,206,117). Sum of RGB (Red+Green+Blue) = 145+206+117=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #91CE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CE75 is #6E318A. Grayscale: #B1B1B1. Windows color (decimal): -7221643 or 7720593. OLE color: 7720593.
HSL color Cylindrical-coordinate representation of color #91CE75: hue angle of 101.12º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91CE75 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 206 | 117 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.19 |
| HSL | 101.12º | 0.48% | 0.63% | - |
| HSV(B) | 101.12º | 0.43% | 0.81% | - |
| XYZ | 36.96 | 51.45 | 24.81 | - |
| YUV | 177.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 206 | 117 | 0.30 | 0 | 0.43 | 0.19 | 101.12 | 0.48 | 0.63 |
| Hex | 91 | CE | 75 | 1E | 0 | 2B | 13 | 65 | 30 | 3F |
| Octal | 221 | 316 | 165 | 36 | 0 | 53 | 23 | 145 | 60 | 77 |
| Binary | 10010001 | 11001110 | 1110101 | 11110 | 0 | 101011 | 10011 | 1100101 | 110000 | 111111 |
Color Harmonies of #91CE75
Complementary color
Monochromatic Colors of #91CE75
Black with #91CE75
Text Example
Text Example
White with #91CE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CE75; }
p { color: rgb(145,206,117); }
H1.HeaderClassName
{
color: #91CE75;
}
.AnyTagClassName
{
color: #91CE75;
}
</style>
background-color css
<style>
a { background-color: #91CE75; }
a { background-color: rgb(145,206,117); }
div.DivClassName
{
background-color: #91CE75;
}
.BgClassName
{
background-color: #91CE75;
}
</style>
border-color css
<style>
span { border-color: #91CE75; }
span { border-color: rgb(145,206,117); }
td.TdClassName
{
border-color: #91CE75;
}
.TagClassName
{
border-color: #91CE75;
}
</style>