Shades of Olivine #96BA60
Tints of Olivine #96BA60
RGB
CMYK
RGB Variations
Color information
#96BA60 (or 0x96BA60) is known color: Olivine. HEX triplet: 96, BA and 60. RGB value is (150,186,96). Sum of RGB (Red+Green+Blue) = 150+186+96=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA60 is #69459F. Grayscale: #A5A5A5. Windows color (decimal): -6899104 or 6339222. OLE color: 6339222.
HSL color Cylindrical-coordinate representation of color #96BA60: hue angle of 84º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96BA60 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 96 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.27 |
| HSL | 84º | 0.39% | 0.55% | - |
| HSV(B) | 84º | 0.48% | 0.73% | - |
| XYZ | 32.25 | 42.45 | 17.56 | - |
| YUV | 164.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 96 | 0.19 | 0 | 0.48 | 0.27 | 84 | 0.39 | 0.55 |
| Hex | 96 | BA | 60 | 13 | 0 | 30 | 1B | 54 | 27 | 37 |
| Octal | 226 | 272 | 140 | 23 | 0 | 60 | 33 | 124 | 47 | 67 |
| Binary | 10010110 | 10111010 | 1100000 | 10011 | 0 | 110000 | 11011 | 1010100 | 100111 | 110111 |
Color Harmonies of #96BA60
Complementary color
Monochromatic Colors of #96BA60
Black with #96BA60
Text Example
Text Example
White with #96BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA60; }
p { color: rgb(150,186,96); }
H1.HeaderClassName
{
color: #96BA60;
}
.AnyTagClassName
{
color: #96BA60;
}
</style>
background-color css
<style>
a { background-color: #96BA60; }
a { background-color: rgb(150,186,96); }
div.DivClassName
{
background-color: #96BA60;
}
.BgClassName
{
background-color: #96BA60;
}
</style>
border-color css
<style>
span { border-color: #96BA60; }
span { border-color: rgb(150,186,96); }
td.TdClassName
{
border-color: #96BA60;
}
.TagClassName
{
border-color: #96BA60;
}
</style>