Shades of Olivine #96BA63
Tints of Olivine #96BA63
RGB
CMYK
RGB Variations
Color information
#96BA63 (or 0x96BA63) is known color: Olivine. HEX triplet: 96, BA and 63. RGB value is (150,186,99). Sum of RGB (Red+Green+Blue) = 150+186+99=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA63 is #69459C. Grayscale: #A5A5A5. Windows color (decimal): -6899101 or 6535830. OLE color: 6535830.
HSL color Cylindrical-coordinate representation of color #96BA63: hue angle of 84.83º 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 #96BA63 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 99 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.27 |
| HSL | 84.83º | 0.39% | 0.56% | - |
| HSV(B) | 84.83º | 0.47% | 0.73% | - |
| XYZ | 32.39 | 42.5 | 18.3 | - |
| YUV | 165.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 99 | 0.19 | 0 | 0.47 | 0.27 | 84.83 | 0.39 | 0.56 |
| Hex | 96 | BA | 63 | 13 | 0 | 2F | 1B | 55 | 27 | 38 |
| Octal | 226 | 272 | 143 | 23 | 0 | 57 | 33 | 125 | 47 | 70 |
| Binary | 10010110 | 10111010 | 1100011 | 10011 | 0 | 101111 | 11011 | 1010101 | 100111 | 111000 |
Color Harmonies of #96BA63
Complementary color
Monochromatic Colors of #96BA63
Black with #96BA63
Text Example
Text Example
White with #96BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA63; }
p { color: rgb(150,186,99); }
H1.HeaderClassName
{
color: #96BA63;
}
.AnyTagClassName
{
color: #96BA63;
}
</style>
background-color css
<style>
a { background-color: #96BA63; }
a { background-color: rgb(150,186,99); }
div.DivClassName
{
background-color: #96BA63;
}
.BgClassName
{
background-color: #96BA63;
}
</style>
border-color css
<style>
span { border-color: #96BA63; }
span { border-color: rgb(150,186,99); }
td.TdClassName
{
border-color: #96BA63;
}
.TagClassName
{
border-color: #96BA63;
}
</style>