Shades of Olivine #96C576
Tints of Olivine #96C576
RGB
CMYK
RGB Variations
Color information
#96C576 (or 0x96C576) is known color: Olivine. HEX triplet: 96, C5 and 76. RGB value is (150,197,118). Sum of RGB (Red+Green+Blue) = 150+197+118=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #96C576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C576 is #693A89. Grayscale: #AEAEAE. Windows color (decimal): -6896266 or 7783830. OLE color: 7783830.
HSL color Cylindrical-coordinate representation of color #96C576: hue angle of 95.7º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96C576 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 118 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.23 |
| HSL | 95.7º | 0.41% | 0.62% | - |
| HSV(B) | 95.7º | 0.4% | 0.77% | - |
| XYZ | 35.81 | 47.72 | 24.46 | - |
| YUV | 173.94 | 96.43 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 118 | 0.24 | 0 | 0.40 | 0.23 | 95.7 | 0.41 | 0.62 |
| Hex | 96 | C5 | 76 | 18 | 0 | 28 | 17 | 60 | 29 | 3E |
| Octal | 226 | 305 | 166 | 30 | 0 | 50 | 27 | 140 | 51 | 76 |
| Binary | 10010110 | 11000101 | 1110110 | 11000 | 0 | 101000 | 10111 | 1100000 | 101001 | 111110 |
Color Harmonies of #96C576
Complementary color
Monochromatic Colors of #96C576
Black with #96C576
Text Example
Text Example
White with #96C576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C576; }
p { color: rgb(150,197,118); }
H1.HeaderClassName
{
color: #96C576;
}
.AnyTagClassName
{
color: #96C576;
}
</style>
background-color css
<style>
a { background-color: #96C576; }
a { background-color: rgb(150,197,118); }
div.DivClassName
{
background-color: #96C576;
}
.BgClassName
{
background-color: #96C576;
}
</style>
border-color css
<style>
span { border-color: #96C576; }
span { border-color: rgb(150,197,118); }
td.TdClassName
{
border-color: #96C576;
}
.TagClassName
{
border-color: #96C576;
}
</style>