Shades of Olivine #91C972
Tints of Olivine #91C972
RGB
CMYK
RGB Variations
Color information
#91C972 (or 0x91C972) is known color: Olivine. HEX triplet: 91, C9 and 72. RGB value is (145,201,114). Sum of RGB (Red+Green+Blue) = 145+201+114=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #91C972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C972 is #6E368D. Grayscale: #AEAEAE. Windows color (decimal): -7222926 or 7522705. OLE color: 7522705.
HSL color Cylindrical-coordinate representation of color #91C972: hue angle of 98.62º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91C972 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 114 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.21 |
| HSL | 98.62º | 0.45% | 0.62% | - |
| HSV(B) | 98.62º | 0.43% | 0.79% | - |
| XYZ | 35.6 | 49.01 | 23.5 | - |
| YUV | 174.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 114 | 0.28 | 0 | 0.43 | 0.21 | 98.62 | 0.45 | 0.62 |
| Hex | 91 | C9 | 72 | 1C | 0 | 2B | 15 | 63 | 2D | 3E |
| Octal | 221 | 311 | 162 | 34 | 0 | 53 | 25 | 143 | 55 | 76 |
| Binary | 10010001 | 11001001 | 1110010 | 11100 | 0 | 101011 | 10101 | 1100011 | 101101 | 111110 |
Color Harmonies of #91C972
Complementary color
Monochromatic Colors of #91C972
Black with #91C972
Text Example
Text Example
White with #91C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C972; }
p { color: rgb(145,201,114); }
H1.HeaderClassName
{
color: #91C972;
}
.AnyTagClassName
{
color: #91C972;
}
</style>
background-color css
<style>
a { background-color: #91C972; }
a { background-color: rgb(145,201,114); }
div.DivClassName
{
background-color: #91C972;
}
.BgClassName
{
background-color: #91C972;
}
</style>
border-color css
<style>
span { border-color: #91C972; }
span { border-color: rgb(145,201,114); }
td.TdClassName
{
border-color: #91C972;
}
.TagClassName
{
border-color: #91C972;
}
</style>