Shades of Olivine #91BC72
Tints of Olivine #91BC72
RGB
CMYK
RGB Variations
Color information
#91BC72 (or 0x91BC72) is known color: Olivine. HEX triplet: 91, BC and 72. RGB value is (145,188,114). Sum of RGB (Red+Green+Blue) = 145+188+114=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BC72 is #6E438D. Grayscale: #A6A6A6. Windows color (decimal): -7226254 or 7519377. OLE color: 7519377.
HSL color Cylindrical-coordinate representation of color #91BC72: hue angle of 94.86º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91BC72 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 114 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.26 |
| HSL | 94.86º | 0.36% | 0.59% | - |
| HSV(B) | 94.86º | 0.39% | 0.74% | - |
| XYZ | 32.7 | 43.2 | 22.53 | - |
| YUV | 166.71 | 98.25 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 114 | 0.23 | 0 | 0.39 | 0.26 | 94.86 | 0.36 | 0.59 |
| Hex | 91 | BC | 72 | 17 | 0 | 27 | 1A | 5F | 24 | 3B |
| Octal | 221 | 274 | 162 | 27 | 0 | 47 | 32 | 137 | 44 | 73 |
| Binary | 10010001 | 10111100 | 1110010 | 10111 | 0 | 100111 | 11010 | 1011111 | 100100 | 111011 |
Color Harmonies of #91BC72
Complementary color
Monochromatic Colors of #91BC72
Black with #91BC72
Text Example
Text Example
White with #91BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BC72; }
p { color: rgb(145,188,114); }
H1.HeaderClassName
{
color: #91BC72;
}
.AnyTagClassName
{
color: #91BC72;
}
</style>
background-color css
<style>
a { background-color: #91BC72; }
a { background-color: rgb(145,188,114); }
div.DivClassName
{
background-color: #91BC72;
}
.BgClassName
{
background-color: #91BC72;
}
</style>
border-color css
<style>
span { border-color: #91BC72; }
span { border-color: rgb(145,188,114); }
td.TdClassName
{
border-color: #91BC72;
}
.TagClassName
{
border-color: #91BC72;
}
</style>