Shades of Olivine #91BA71
Tints of Olivine #91BA71
RGB
CMYK
RGB Variations
Color information
#91BA71 (or 0x91BA71) is known color: Olivine. HEX triplet: 91, BA and 71. RGB value is (145,186,113). Sum of RGB (Red+Green+Blue) = 145+186+113=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BA71 is #6E458E. Grayscale: #A5A5A5. Windows color (decimal): -7226767 or 7453329. OLE color: 7453329.
HSL color Cylindrical-coordinate representation of color #91BA71: hue angle of 93.7º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91BA71 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 186 | 113 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.27 |
| HSL | 93.7º | 0.35% | 0.59% | - |
| HSV(B) | 93.7º | 0.39% | 0.73% | - |
| XYZ | 32.22 | 42.33 | 22.1 | - |
| YUV | 165.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 113 | 0.22 | 0 | 0.39 | 0.27 | 93.7 | 0.35 | 0.59 |
| Hex | 91 | BA | 71 | 16 | 0 | 27 | 1B | 5E | 23 | 3B |
| Octal | 221 | 272 | 161 | 26 | 0 | 47 | 33 | 136 | 43 | 73 |
| Binary | 10010001 | 10111010 | 1110001 | 10110 | 0 | 100111 | 11011 | 1011110 | 100011 | 111011 |
Color Harmonies of #91BA71
Complementary color
Monochromatic Colors of #91BA71
Black with #91BA71
Text Example
Text Example
White with #91BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BA71; }
p { color: rgb(145,186,113); }
H1.HeaderClassName
{
color: #91BA71;
}
.AnyTagClassName
{
color: #91BA71;
}
</style>
background-color css
<style>
a { background-color: #91BA71; }
a { background-color: rgb(145,186,113); }
div.DivClassName
{
background-color: #91BA71;
}
.BgClassName
{
background-color: #91BA71;
}
</style>
border-color css
<style>
span { border-color: #91BA71; }
span { border-color: rgb(145,186,113); }
td.TdClassName
{
border-color: #91BA71;
}
.TagClassName
{
border-color: #91BA71;
}
</style>