Shades of Olivine #96C56D
Tints of Olivine #96C56D
RGB
CMYK
RGB Variations
Color information
#96C56D (or 0x96C56D) is known color: Olivine. HEX triplet: 96, C5 and 6D. RGB value is (150,197,109). Sum of RGB (Red+Green+Blue) = 150+197+109=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #96C56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C56D is #693A92. Grayscale: #ADADAD. Windows color (decimal): -6896275 or 7194006. OLE color: 7194006.
HSL color Cylindrical-coordinate representation of color #96C56D: hue angle of 92.05º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96C56D is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 109 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.23 |
| HSL | 92.05º | 0.43% | 0.6% | - |
| HSV(B) | 92.05º | 0.45% | 0.77% | - |
| XYZ | 35.3 | 47.52 | 21.78 | - |
| YUV | 172.92 | 91.93 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 109 | 0.24 | 0 | 0.45 | 0.23 | 92.05 | 0.43 | 0.6 |
| Hex | 96 | C5 | 6D | 18 | 0 | 2D | 17 | 5C | 2B | 3C |
| Octal | 226 | 305 | 155 | 30 | 0 | 55 | 27 | 134 | 53 | 74 |
| Binary | 10010110 | 11000101 | 1101101 | 11000 | 0 | 101101 | 10111 | 1011100 | 101011 | 111100 |
Color Harmonies of #96C56D
Complementary color
Monochromatic Colors of #96C56D
Black with #96C56D
Text Example
Text Example
White with #96C56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C56D; }
p { color: rgb(150,197,109); }
H1.HeaderClassName
{
color: #96C56D;
}
.AnyTagClassName
{
color: #96C56D;
}
</style>
background-color css
<style>
a { background-color: #96C56D; }
a { background-color: rgb(150,197,109); }
div.DivClassName
{
background-color: #96C56D;
}
.BgClassName
{
background-color: #96C56D;
}
</style>
border-color css
<style>
span { border-color: #96C56D; }
span { border-color: rgb(150,197,109); }
td.TdClassName
{
border-color: #96C56D;
}
.TagClassName
{
border-color: #96C56D;
}
</style>