Shades of Olivine #91C472
Tints of Olivine #91C472
RGB
CMYK
RGB Variations
Color information
#91C472 (or 0x91C472) is known color: Olivine. HEX triplet: 91, C4 and 72. RGB value is (145,196,114). Sum of RGB (Red+Green+Blue) = 145+196+114=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 196 - color contains mainly: green. Hex color #91C472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C472 is #6E3B8D. Grayscale: #ABABAB. Windows color (decimal): -7224206 or 7521425. OLE color: 7521425.
HSL color Cylindrical-coordinate representation of color #91C472: hue angle of 97.32º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91C472 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 196 | 114 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.23 |
| HSL | 97.32º | 0.41% | 0.61% | - |
| HSV(B) | 97.32º | 0.42% | 0.77% | - |
| XYZ | 34.45 | 46.71 | 23.12 | - |
| YUV | 171.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 196 | 114 | 0.26 | 0 | 0.42 | 0.23 | 97.32 | 0.41 | 0.61 |
| Hex | 91 | C4 | 72 | 1A | 0 | 2A | 17 | 61 | 29 | 3D |
| Octal | 221 | 304 | 162 | 32 | 0 | 52 | 27 | 141 | 51 | 75 |
| Binary | 10010001 | 11000100 | 1110010 | 11010 | 0 | 101010 | 10111 | 1100001 | 101001 | 111101 |
Color Harmonies of #91C472
Complementary color
Monochromatic Colors of #91C472
Black with #91C472
Text Example
Text Example
White with #91C472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C472; }
p { color: rgb(145,196,114); }
H1.HeaderClassName
{
color: #91C472;
}
.AnyTagClassName
{
color: #91C472;
}
</style>
background-color css
<style>
a { background-color: #91C472; }
a { background-color: rgb(145,196,114); }
div.DivClassName
{
background-color: #91C472;
}
.BgClassName
{
background-color: #91C472;
}
</style>
border-color css
<style>
span { border-color: #91C472; }
span { border-color: rgb(145,196,114); }
td.TdClassName
{
border-color: #91C472;
}
.TagClassName
{
border-color: #91C472;
}
</style>