Shades of Olivine #91BD66
Tints of Olivine #91BD66
RGB
CMYK
RGB Variations
Color information
#91BD66 (or 0x91BD66) is known color: Olivine. HEX triplet: 91, BD and 66. RGB value is (145,189,102). Sum of RGB (Red+Green+Blue) = 145+189+102=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #91BD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BD66 is #6E4299. Grayscale: #A6A6A6. Windows color (decimal): -7226010 or 6733201. OLE color: 6733201.
HSL color Cylindrical-coordinate representation of color #91BD66: hue angle of 90.34º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91BD66 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 189 | 102 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.26 |
| HSL | 90.34º | 0.4% | 0.57% | - |
| HSV(B) | 90.34º | 0.46% | 0.74% | - |
| XYZ | 32.27 | 43.37 | 19.24 | - |
| YUV | 165.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 102 | 0.23 | 0 | 0.46 | 0.26 | 90.34 | 0.4 | 0.57 |
| Hex | 91 | BD | 66 | 17 | 0 | 2E | 1A | 5A | 28 | 39 |
| Octal | 221 | 275 | 146 | 27 | 0 | 56 | 32 | 132 | 50 | 71 |
| Binary | 10010001 | 10111101 | 1100110 | 10111 | 0 | 101110 | 11010 | 1011010 | 101000 | 111001 |
Color Harmonies of #91BD66
Complementary color
Monochromatic Colors of #91BD66
Black with #91BD66
Text Example
Text Example
White with #91BD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BD66; }
p { color: rgb(145,189,102); }
H1.HeaderClassName
{
color: #91BD66;
}
.AnyTagClassName
{
color: #91BD66;
}
</style>
background-color css
<style>
a { background-color: #91BD66; }
a { background-color: rgb(145,189,102); }
div.DivClassName
{
background-color: #91BD66;
}
.BgClassName
{
background-color: #91BD66;
}
</style>
border-color css
<style>
span { border-color: #91BD66; }
span { border-color: rgb(145,189,102); }
td.TdClassName
{
border-color: #91BD66;
}
.TagClassName
{
border-color: #91BD66;
}
</style>