Shades of Gossip #91D67F
Tints of Gossip #91D67F
RGB
CMYK
RGB Variations
Color information
#91D67F (or 0x91D67F) is known color: Gossip. HEX triplet: 91, D6 and 7F. RGB value is (145,214,127). Sum of RGB (Red+Green+Blue) = 145+214+127=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #91D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D67F is #6E2980. Grayscale: #B7B7B7. Windows color (decimal): -7219585 or 8378001. OLE color: 8378001.
HSL color Cylindrical-coordinate representation of color #91D67F: hue angle of 107.59º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91D67F is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 214 | 127 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.16 |
| HSL | 107.59º | 0.51% | 0.67% | - |
| HSV(B) | 107.59º | 0.41% | 0.84% | - |
| XYZ | 39.55 | 55.65 | 28.73 | - |
| YUV | 183.45 | 96.14 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 214 | 127 | 0.32 | 0 | 0.41 | 0.16 | 107.59 | 0.51 | 0.67 |
| Hex | 91 | D6 | 7F | 20 | 0 | 29 | 10 | 6C | 33 | 43 |
| Octal | 221 | 326 | 177 | 40 | 0 | 51 | 20 | 154 | 63 | 103 |
| Binary | 10010001 | 11010110 | 1111111 | 100000 | 0 | 101001 | 10000 | 1101100 | 110011 | 1000011 |
Color Harmonies of #91D67F
Complementary color
Monochromatic Colors of #91D67F
Black with #91D67F
Text Example
Text Example
White with #91D67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D67F; }
p { color: rgb(145,214,127); }
H1.HeaderClassName
{
color: #91D67F;
}
.AnyTagClassName
{
color: #91D67F;
}
</style>
background-color css
<style>
a { background-color: #91D67F; }
a { background-color: rgb(145,214,127); }
div.DivClassName
{
background-color: #91D67F;
}
.BgClassName
{
background-color: #91D67F;
}
</style>
border-color css
<style>
span { border-color: #91D67F; }
span { border-color: rgb(145,214,127); }
td.TdClassName
{
border-color: #91D67F;
}
.TagClassName
{
border-color: #91D67F;
}
</style>