Shades of Olivine #96BA62
Tints of Olivine #96BA62
RGB
CMYK
RGB Variations
Color information
#96BA62 (or 0x96BA62) is known color: Olivine. HEX triplet: 96, BA and 62. RGB value is (150,186,98). Sum of RGB (Red+Green+Blue) = 150+186+98=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA62 is #69459D. Grayscale: #A5A5A5. Windows color (decimal): -6899102 or 6470294. OLE color: 6470294.
HSL color Cylindrical-coordinate representation of color #96BA62: hue angle of 84.55º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96BA62 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 98 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.27 |
| HSL | 84.55º | 0.39% | 0.56% | - |
| HSV(B) | 84.55º | 0.47% | 0.73% | - |
| XYZ | 32.34 | 42.48 | 18.05 | - |
| YUV | 165.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 98 | 0.19 | 0 | 0.47 | 0.27 | 84.55 | 0.39 | 0.56 |
| Hex | 96 | BA | 62 | 13 | 0 | 2F | 1B | 55 | 27 | 38 |
| Octal | 226 | 272 | 142 | 23 | 0 | 57 | 33 | 125 | 47 | 70 |
| Binary | 10010110 | 10111010 | 1100010 | 10011 | 0 | 101111 | 11011 | 1010101 | 100111 | 111000 |
Color Harmonies of #96BA62
Complementary color
Monochromatic Colors of #96BA62
Black with #96BA62
Text Example
Text Example
White with #96BA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA62; }
p { color: rgb(150,186,98); }
H1.HeaderClassName
{
color: #96BA62;
}
.AnyTagClassName
{
color: #96BA62;
}
</style>
background-color css
<style>
a { background-color: #96BA62; }
a { background-color: rgb(150,186,98); }
div.DivClassName
{
background-color: #96BA62;
}
.BgClassName
{
background-color: #96BA62;
}
</style>
border-color css
<style>
span { border-color: #96BA62; }
span { border-color: rgb(150,186,98); }
td.TdClassName
{
border-color: #96BA62;
}
.TagClassName
{
border-color: #96BA62;
}
</style>