Shades of Olivine #96BB63
Tints of Olivine #96BB63
RGB
CMYK
RGB Variations
Color information
#96BB63 (or 0x96BB63) is known color: Olivine. HEX triplet: 96, BB and 63. RGB value is (150,187,99). Sum of RGB (Red+Green+Blue) = 150+187+99=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BB63 is #69449C. Grayscale: #A6A6A6. Windows color (decimal): -6898845 or 6536086. OLE color: 6536086.
HSL color Cylindrical-coordinate representation of color #96BB63: hue angle of 85.23º 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 #96BB63 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 187 | 99 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.27 |
| HSL | 85.23º | 0.39% | 0.56% | - |
| HSV(B) | 85.23º | 0.47% | 0.73% | - |
| XYZ | 32.6 | 42.93 | 18.37 | - |
| YUV | 165.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 99 | 0.20 | 0 | 0.47 | 0.27 | 85.23 | 0.39 | 0.56 |
| Hex | 96 | BB | 63 | 14 | 0 | 2F | 1B | 55 | 27 | 38 |
| Octal | 226 | 273 | 143 | 24 | 0 | 57 | 33 | 125 | 47 | 70 |
| Binary | 10010110 | 10111011 | 1100011 | 10100 | 0 | 101111 | 11011 | 1010101 | 100111 | 111000 |
Color Harmonies of #96BB63
Complementary color
Monochromatic Colors of #96BB63
Black with #96BB63
Text Example
Text Example
White with #96BB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BB63; }
p { color: rgb(150,187,99); }
H1.HeaderClassName
{
color: #96BB63;
}
.AnyTagClassName
{
color: #96BB63;
}
</style>
background-color css
<style>
a { background-color: #96BB63; }
a { background-color: rgb(150,187,99); }
div.DivClassName
{
background-color: #96BB63;
}
.BgClassName
{
background-color: #96BB63;
}
</style>
border-color css
<style>
span { border-color: #96BB63; }
span { border-color: rgb(150,187,99); }
td.TdClassName
{
border-color: #96BB63;
}
.TagClassName
{
border-color: #96BB63;
}
</style>