Shades of Olivine #91B46D
Tints of Olivine #91B46D
RGB
CMYK
RGB Variations
Color information
#91B46D (or 0x91B46D) is known color: Olivine. HEX triplet: 91, B4 and 6D. RGB value is (145,180,109). Sum of RGB (Red+Green+Blue) = 145+180+109=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #91B46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91B46D is #6E4B92. Grayscale: #A1A1A1. Windows color (decimal): -7228307 or 7189649. OLE color: 7189649.
HSL color Cylindrical-coordinate representation of color #91B46D: hue angle of 89.58º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91B46D is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 180 | 109 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.29 |
| HSL | 89.58º | 0.32% | 0.57% | - |
| HSV(B) | 89.58º | 0.39% | 0.71% | - |
| XYZ | 30.76 | 39.77 | 20.52 | - |
| YUV | 161.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 180 | 109 | 0.19 | 0 | 0.39 | 0.29 | 89.58 | 0.32 | 0.57 |
| Hex | 91 | B4 | 6D | 13 | 0 | 27 | 1D | 5A | 20 | 39 |
| Octal | 221 | 264 | 155 | 23 | 0 | 47 | 35 | 132 | 40 | 71 |
| Binary | 10010001 | 10110100 | 1101101 | 10011 | 0 | 100111 | 11101 | 1011010 | 100000 | 111001 |
Color Harmonies of #91B46D
Complementary color
Monochromatic Colors of #91B46D
Black with #91B46D
Text Example
Text Example
White with #91B46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B46D; }
p { color: rgb(145,180,109); }
H1.HeaderClassName
{
color: #91B46D;
}
.AnyTagClassName
{
color: #91B46D;
}
</style>
background-color css
<style>
a { background-color: #91B46D; }
a { background-color: rgb(145,180,109); }
div.DivClassName
{
background-color: #91B46D;
}
.BgClassName
{
background-color: #91B46D;
}
</style>
border-color css
<style>
span { border-color: #91B46D; }
span { border-color: rgb(145,180,109); }
td.TdClassName
{
border-color: #91B46D;
}
.TagClassName
{
border-color: #91B46D;
}
</style>