Shades of Olivine #91BD68
Tints of Olivine #91BD68
RGB
CMYK
RGB Variations
Color information
#91BD68 (or 0x91BD68) is known color: Olivine. HEX triplet: 91, BD and 68. RGB value is (145,189,104). Sum of RGB (Red+Green+Blue) = 145+189+104=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #91BD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BD68 is #6E4297. Grayscale: #A6A6A6. Windows color (decimal): -7226008 or 6864273. OLE color: 6864273.
HSL color Cylindrical-coordinate representation of color #91BD68: hue angle of 91.06º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #91BD68 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 189 | 104 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.26 |
| HSL | 91.06º | 0.39% | 0.57% | - |
| HSV(B) | 91.06º | 0.45% | 0.74% | - |
| XYZ | 32.37 | 43.41 | 19.77 | - |
| YUV | 166.15 | 92.92 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 104 | 0.23 | 0 | 0.45 | 0.26 | 91.06 | 0.39 | 0.57 |
| Hex | 91 | BD | 68 | 17 | 0 | 2D | 1A | 5B | 27 | 39 |
| Octal | 221 | 275 | 150 | 27 | 0 | 55 | 32 | 133 | 47 | 71 |
| Binary | 10010001 | 10111101 | 1101000 | 10111 | 0 | 101101 | 11010 | 1011011 | 100111 | 111001 |
Color Harmonies of #91BD68
Complementary color
Monochromatic Colors of #91BD68
Black with #91BD68
Text Example
Text Example
White with #91BD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BD68; }
p { color: rgb(145,189,104); }
H1.HeaderClassName
{
color: #91BD68;
}
.AnyTagClassName
{
color: #91BD68;
}
</style>
background-color css
<style>
a { background-color: #91BD68; }
a { background-color: rgb(145,189,104); }
div.DivClassName
{
background-color: #91BD68;
}
.BgClassName
{
background-color: #91BD68;
}
</style>
border-color css
<style>
span { border-color: #91BD68; }
span { border-color: rgb(145,189,104); }
td.TdClassName
{
border-color: #91BD68;
}
.TagClassName
{
border-color: #91BD68;
}
</style>