Shades of Gossip #91CA78
Tints of Gossip #91CA78
RGB
CMYK
RGB Variations
Color information
#91CA78 (or 0x91CA78) is known color: Gossip. HEX triplet: 91, CA and 78. RGB value is (145,202,120). Sum of RGB (Red+Green+Blue) = 145+202+120=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CA78 is #6E3587. Grayscale: #AFAFAF. Windows color (decimal): -7222664 or 7916177. OLE color: 7916177.
HSL color Cylindrical-coordinate representation of color #91CA78: hue angle of 101.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91CA78 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 120 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.21 |
| HSL | 101.71º | 0.44% | 0.63% | - |
| HSV(B) | 101.71º | 0.41% | 0.79% | - |
| XYZ | 36.19 | 49.62 | 25.44 | - |
| YUV | 175.61 | 96.62 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 120 | 0.28 | 0 | 0.41 | 0.21 | 101.71 | 0.44 | 0.63 |
| Hex | 91 | CA | 78 | 1C | 0 | 29 | 15 | 66 | 2C | 3F |
| Octal | 221 | 312 | 170 | 34 | 0 | 51 | 25 | 146 | 54 | 77 |
| Binary | 10010001 | 11001010 | 1111000 | 11100 | 0 | 101001 | 10101 | 1100110 | 101100 | 111111 |
Color Harmonies of #91CA78
Complementary color
Monochromatic Colors of #91CA78
Black with #91CA78
Text Example
Text Example
White with #91CA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA78; }
p { color: rgb(145,202,120); }
H1.HeaderClassName
{
color: #91CA78;
}
.AnyTagClassName
{
color: #91CA78;
}
</style>
background-color css
<style>
a { background-color: #91CA78; }
a { background-color: rgb(145,202,120); }
div.DivClassName
{
background-color: #91CA78;
}
.BgClassName
{
background-color: #91CA78;
}
</style>
border-color css
<style>
span { border-color: #91CA78; }
span { border-color: rgb(145,202,120); }
td.TdClassName
{
border-color: #91CA78;
}
.TagClassName
{
border-color: #91CA78;
}
</style>