Shades of Gossip #91C77F
Tints of Gossip #91C77F
RGB
CMYK
RGB Variations
Color information
#91C77F (or 0x91C77F) is known color: Gossip. HEX triplet: 91, C7 and 7F. RGB value is (145,199,127). Sum of RGB (Red+Green+Blue) = 145+199+127=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #91C77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C77F is #6E3880. Grayscale: #AEAEAE. Windows color (decimal): -7223425 or 8374161. OLE color: 8374161.
HSL color Cylindrical-coordinate representation of color #91C77F: hue angle of 105º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91C77F is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 199 | 127 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.22 |
| HSL | 105º | 0.39% | 0.64% | - |
| HSV(B) | 105º | 0.36% | 0.78% | - |
| XYZ | 35.93 | 48.4 | 27.53 | - |
| YUV | 174.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 199 | 127 | 0.27 | 0 | 0.36 | 0.22 | 105 | 0.39 | 0.64 |
| Hex | 91 | C7 | 7F | 1B | 0 | 24 | 16 | 69 | 27 | 40 |
| Octal | 221 | 307 | 177 | 33 | 0 | 44 | 26 | 151 | 47 | 100 |
| Binary | 10010001 | 11000111 | 1111111 | 11011 | 0 | 100100 | 10110 | 1101001 | 100111 | 1000000 |
Color Harmonies of #91C77F
Complementary color
Monochromatic Colors of #91C77F
Black with #91C77F
Text Example
Text Example
White with #91C77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C77F; }
p { color: rgb(145,199,127); }
H1.HeaderClassName
{
color: #91C77F;
}
.AnyTagClassName
{
color: #91C77F;
}
</style>
background-color css
<style>
a { background-color: #91C77F; }
a { background-color: rgb(145,199,127); }
div.DivClassName
{
background-color: #91C77F;
}
.BgClassName
{
background-color: #91C77F;
}
</style>
border-color css
<style>
span { border-color: #91C77F; }
span { border-color: rgb(145,199,127); }
td.TdClassName
{
border-color: #91C77F;
}
.TagClassName
{
border-color: #91C77F;
}
</style>