Shades of Gossip #91CA75
Tints of Gossip #91CA75
RGB
CMYK
RGB Variations
Color information
#91CA75 (or 0x91CA75) is known color: Gossip. HEX triplet: 91, CA and 75. RGB value is (145,202,117). Sum of RGB (Red+Green+Blue) = 145+202+117=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CA75 is #6E358A. Grayscale: #AFAFAF. Windows color (decimal): -7222667 or 7719569. OLE color: 7719569.
HSL color Cylindrical-coordinate representation of color #91CA75: hue angle of 100.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91CA75 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 117 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.21 |
| HSL | 100.24º | 0.45% | 0.63% | - |
| HSV(B) | 100.24º | 0.42% | 0.79% | - |
| XYZ | 36.01 | 49.55 | 24.49 | - |
| YUV | 175.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 117 | 0.28 | 0 | 0.42 | 0.21 | 100.24 | 0.45 | 0.63 |
| Hex | 91 | CA | 75 | 1C | 0 | 2A | 15 | 64 | 2D | 3F |
| Octal | 221 | 312 | 165 | 34 | 0 | 52 | 25 | 144 | 55 | 77 |
| Binary | 10010001 | 11001010 | 1110101 | 11100 | 0 | 101010 | 10101 | 1100100 | 101101 | 111111 |
Color Harmonies of #91CA75
Complementary color
Monochromatic Colors of #91CA75
Black with #91CA75
Text Example
Text Example
White with #91CA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA75; }
p { color: rgb(145,202,117); }
H1.HeaderClassName
{
color: #91CA75;
}
.AnyTagClassName
{
color: #91CA75;
}
</style>
background-color css
<style>
a { background-color: #91CA75; }
a { background-color: rgb(145,202,117); }
div.DivClassName
{
background-color: #91CA75;
}
.BgClassName
{
background-color: #91CA75;
}
</style>
border-color css
<style>
span { border-color: #91CA75; }
span { border-color: rgb(145,202,117); }
td.TdClassName
{
border-color: #91CA75;
}
.TagClassName
{
border-color: #91CA75;
}
</style>