Shades of Olivine #96C85D
Tints of Olivine #96C85D
RGB
CMYK
RGB Variations
Color information
#96C85D (or 0x96C85D) is known color: Olivine. HEX triplet: 96, C8 and 5D. RGB value is (150,200,93). Sum of RGB (Red+Green+Blue) = 150+200+93=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #96C85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C85D is #6937A2. Grayscale: #ADADAD. Windows color (decimal): -6895523 or 6146198. OLE color: 6146198.
HSL color Cylindrical-coordinate representation of color #96C85D: hue angle of 88.04º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96C85D is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 93 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.22 |
| HSL | 88.04º | 0.49% | 0.57% | - |
| HSV(B) | 88.04º | 0.54% | 0.78% | - |
| XYZ | 35.21 | 48.58 | 17.88 | - |
| YUV | 172.85 | 82.94 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 93 | 0.25 | 0 | 0.54 | 0.22 | 88.04 | 0.49 | 0.57 |
| Hex | 96 | C8 | 5D | 19 | 0 | 36 | 16 | 58 | 31 | 39 |
| Octal | 226 | 310 | 135 | 31 | 0 | 66 | 26 | 130 | 61 | 71 |
| Binary | 10010110 | 11001000 | 1011101 | 11001 | 0 | 110110 | 10110 | 1011000 | 110001 | 111001 |
Color Harmonies of #96C85D
Complementary color
Monochromatic Colors of #96C85D
Black with #96C85D
Text Example
Text Example
White with #96C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C85D; }
p { color: rgb(150,200,93); }
H1.HeaderClassName
{
color: #96C85D;
}
.AnyTagClassName
{
color: #96C85D;
}
</style>
background-color css
<style>
a { background-color: #96C85D; }
a { background-color: rgb(150,200,93); }
div.DivClassName
{
background-color: #96C85D;
}
.BgClassName
{
background-color: #96C85D;
}
</style>
border-color css
<style>
span { border-color: #96C85D; }
span { border-color: rgb(150,200,93); }
td.TdClassName
{
border-color: #96C85D;
}
.TagClassName
{
border-color: #96C85D;
}
</style>