Shades of Olivine #96C360
Tints of Olivine #96C360
RGB
CMYK
RGB Variations
Color information
#96C360 (or 0x96C360) is known color: Olivine. HEX triplet: 96, C3 and 60. RGB value is (150,195,96). Sum of RGB (Red+Green+Blue) = 150+195+96=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #96C360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C360 is #693C9F. Grayscale: #AAAAAA. Windows color (decimal): -6896800 or 6341526. OLE color: 6341526.
HSL color Cylindrical-coordinate representation of color #96C360: hue angle of 87.27º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96C360 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 96 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.24 |
| HSL | 87.27º | 0.45% | 0.57% | - |
| HSV(B) | 87.27º | 0.51% | 0.76% | - |
| XYZ | 34.2 | 46.36 | 18.21 | - |
| YUV | 170.26 | 86.09 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 96 | 0.23 | 0 | 0.51 | 0.24 | 87.27 | 0.45 | 0.57 |
| Hex | 96 | C3 | 60 | 17 | 0 | 33 | 18 | 57 | 2D | 39 |
| Octal | 226 | 303 | 140 | 27 | 0 | 63 | 30 | 127 | 55 | 71 |
| Binary | 10010110 | 11000011 | 1100000 | 10111 | 0 | 110011 | 11000 | 1010111 | 101101 | 111001 |
Color Harmonies of #96C360
Complementary color
Monochromatic Colors of #96C360
Black with #96C360
Text Example
Text Example
White with #96C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C360; }
p { color: rgb(150,195,96); }
H1.HeaderClassName
{
color: #96C360;
}
.AnyTagClassName
{
color: #96C360;
}
</style>
background-color css
<style>
a { background-color: #96C360; }
a { background-color: rgb(150,195,96); }
div.DivClassName
{
background-color: #96C360;
}
.BgClassName
{
background-color: #96C360;
}
</style>
border-color css
<style>
span { border-color: #96C360; }
span { border-color: rgb(150,195,96); }
td.TdClassName
{
border-color: #96C360;
}
.TagClassName
{
border-color: #96C360;
}
</style>