Shades of Olivine #91BA68
Tints of Olivine #91BA68
RGB
CMYK
RGB Variations
Color information
#91BA68 (or 0x91BA68) is known color: Olivine. HEX triplet: 91, BA and 68. RGB value is (145,186,104). Sum of RGB (Red+Green+Blue) = 145+186+104=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BA68 is #6E4597. Grayscale: #A4A4A4. Windows color (decimal): -7226776 or 6863505. OLE color: 6863505.
HSL color Cylindrical-coordinate representation of color #91BA68: hue angle of 90º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #91BA68 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 186 | 104 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.27 |
| HSL | 90º | 0.37% | 0.57% | - |
| HSV(B) | 90º | 0.44% | 0.73% | - |
| XYZ | 31.73 | 42.14 | 19.56 | - |
| YUV | 164.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 104 | 0.22 | 0 | 0.44 | 0.27 | 90 | 0.37 | 0.57 |
| Hex | 91 | BA | 68 | 16 | 0 | 2C | 1B | 5A | 25 | 39 |
| Octal | 221 | 272 | 150 | 26 | 0 | 54 | 33 | 132 | 45 | 71 |
| Binary | 10010001 | 10111010 | 1101000 | 10110 | 0 | 101100 | 11011 | 1011010 | 100101 | 111001 |
Color Harmonies of #91BA68
Complementary color
Monochromatic Colors of #91BA68
Black with #91BA68
Text Example
Text Example
White with #91BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BA68; }
p { color: rgb(145,186,104); }
H1.HeaderClassName
{
color: #91BA68;
}
.AnyTagClassName
{
color: #91BA68;
}
</style>
background-color css
<style>
a { background-color: #91BA68; }
a { background-color: rgb(145,186,104); }
div.DivClassName
{
background-color: #91BA68;
}
.BgClassName
{
background-color: #91BA68;
}
</style>
border-color css
<style>
span { border-color: #91BA68; }
span { border-color: rgb(145,186,104); }
td.TdClassName
{
border-color: #91BA68;
}
.TagClassName
{
border-color: #91BA68;
}
</style>