Shades of Olivine #96C964
Tints of Olivine #96C964
RGB
CMYK
RGB Variations
Color information
#96C964 (or 0x96C964) is known color: Olivine. HEX triplet: 96, C9 and 64. RGB value is (150,201,100). Sum of RGB (Red+Green+Blue) = 150+201+100=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #96C964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C964 is #69369B. Grayscale: #AEAEAE. Windows color (decimal): -6895260 or 6605206. OLE color: 6605206.
HSL color Cylindrical-coordinate representation of color #96C964: hue angle of 90.3º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96C964 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 100 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.21 |
| HSL | 90.3º | 0.48% | 0.59% | - |
| HSV(B) | 90.3º | 0.5% | 0.79% | - |
| XYZ | 35.76 | 49.18 | 19.66 | - |
| YUV | 174.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 100 | 0.25 | 0 | 0.50 | 0.21 | 90.3 | 0.48 | 0.59 |
| Hex | 96 | C9 | 64 | 19 | 0 | 32 | 15 | 5A | 30 | 3B |
| Octal | 226 | 311 | 144 | 31 | 0 | 62 | 25 | 132 | 60 | 73 |
| Binary | 10010110 | 11001001 | 1100100 | 11001 | 0 | 110010 | 10101 | 1011010 | 110000 | 111011 |
Color Harmonies of #96C964
Complementary color
Monochromatic Colors of #96C964
Black with #96C964
Text Example
Text Example
White with #96C964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C964; }
p { color: rgb(150,201,100); }
H1.HeaderClassName
{
color: #96C964;
}
.AnyTagClassName
{
color: #96C964;
}
</style>
background-color css
<style>
a { background-color: #96C964; }
a { background-color: rgb(150,201,100); }
div.DivClassName
{
background-color: #96C964;
}
.BgClassName
{
background-color: #96C964;
}
</style>
border-color css
<style>
span { border-color: #96C964; }
span { border-color: rgb(150,201,100); }
td.TdClassName
{
border-color: #96C964;
}
.TagClassName
{
border-color: #96C964;
}
</style>