Shades of Olivine #96C063
Tints of Olivine #96C063
RGB
CMYK
RGB Variations
Color information
#96C063 (or 0x96C063) is known color: Olivine. HEX triplet: 96, C0 and 63. RGB value is (150,192,99). Sum of RGB (Red+Green+Blue) = 150+192+99=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #96C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C063 is #693F9C. Grayscale: #A9A9A9. Windows color (decimal): -6897565 or 6537366. OLE color: 6537366.
HSL color Cylindrical-coordinate representation of color #96C063: hue angle of 87.1º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96C063 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 99 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.25 |
| HSL | 87.1º | 0.42% | 0.57% | - |
| HSV(B) | 87.1º | 0.48% | 0.75% | - |
| XYZ | 33.68 | 45.08 | 18.73 | - |
| YUV | 168.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 99 | 0.22 | 0 | 0.48 | 0.25 | 87.1 | 0.42 | 0.57 |
| Hex | 96 | C0 | 63 | 16 | 0 | 30 | 19 | 57 | 2A | 39 |
| Octal | 226 | 300 | 143 | 26 | 0 | 60 | 31 | 127 | 52 | 71 |
| Binary | 10010110 | 11000000 | 1100011 | 10110 | 0 | 110000 | 11001 | 1010111 | 101010 | 111001 |
Color Harmonies of #96C063
Complementary color
Monochromatic Colors of #96C063
Black with #96C063
Text Example
Text Example
White with #96C063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C063; }
p { color: rgb(150,192,99); }
H1.HeaderClassName
{
color: #96C063;
}
.AnyTagClassName
{
color: #96C063;
}
</style>
background-color css
<style>
a { background-color: #96C063; }
a { background-color: rgb(150,192,99); }
div.DivClassName
{
background-color: #96C063;
}
.BgClassName
{
background-color: #96C063;
}
</style>
border-color css
<style>
span { border-color: #96C063; }
span { border-color: rgb(150,192,99); }
td.TdClassName
{
border-color: #96C063;
}
.TagClassName
{
border-color: #96C063;
}
</style>