Shades of Olivine #91B26D
Tints of Olivine #91B26D
RGB
CMYK
RGB Variations
Color information
#91B26D (or 0x91B26D) is known color: Olivine. HEX triplet: 91, B2 and 6D. RGB value is (145,178,109). Sum of RGB (Red+Green+Blue) = 145+178+109=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 178 - color contains mainly: green. Hex color #91B26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91B26D is #6E4D92. Grayscale: #A0A0A0. Windows color (decimal): -7228819 or 7189137. OLE color: 7189137.
HSL color Cylindrical-coordinate representation of color #91B26D: hue angle of 88.7º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91B26D is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 178 | 109 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.30 |
| HSL | 88.7º | 0.31% | 0.56% | - |
| HSV(B) | 88.7º | 0.39% | 0.7% | - |
| XYZ | 30.36 | 38.96 | 20.39 | - |
| YUV | 160.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 178 | 109 | 0.19 | 0 | 0.39 | 0.30 | 88.7 | 0.31 | 0.56 |
| Hex | 91 | B2 | 6D | 13 | 0 | 27 | 1E | 59 | 1F | 38 |
| Octal | 221 | 262 | 155 | 23 | 0 | 47 | 36 | 131 | 37 | 70 |
| Binary | 10010001 | 10110010 | 1101101 | 10011 | 0 | 100111 | 11110 | 1011001 | 11111 | 111000 |
Color Harmonies of #91B26D
Complementary color
Monochromatic Colors of #91B26D
Black with #91B26D
Text Example
Text Example
White with #91B26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B26D; }
p { color: rgb(145,178,109); }
H1.HeaderClassName
{
color: #91B26D;
}
.AnyTagClassName
{
color: #91B26D;
}
</style>
background-color css
<style>
a { background-color: #91B26D; }
a { background-color: rgb(145,178,109); }
div.DivClassName
{
background-color: #91B26D;
}
.BgClassName
{
background-color: #91B26D;
}
</style>
border-color css
<style>
span { border-color: #91B26D; }
span { border-color: rgb(145,178,109); }
td.TdClassName
{
border-color: #91B26D;
}
.TagClassName
{
border-color: #91B26D;
}
</style>