Shades of Olivine #96C573
Tints of Olivine #96C573
RGB
CMYK
RGB Variations
Color information
#96C573 (or 0x96C573) is known color: Olivine. HEX triplet: 96, C5 and 73. RGB value is (150,197,115). Sum of RGB (Red+Green+Blue) = 150+197+115=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #96C573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C573 is #693A8C. Grayscale: #ADADAD. Windows color (decimal): -6896269 or 7587222. OLE color: 7587222.
HSL color Cylindrical-coordinate representation of color #96C573: hue angle of 94.39º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96C573 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 115 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.23 |
| HSL | 94.39º | 0.41% | 0.61% | - |
| HSV(B) | 94.39º | 0.42% | 0.77% | - |
| XYZ | 35.64 | 47.65 | 23.54 | - |
| YUV | 173.6 | 94.93 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 115 | 0.24 | 0 | 0.42 | 0.23 | 94.39 | 0.41 | 0.61 |
| Hex | 96 | C5 | 73 | 18 | 0 | 2A | 17 | 5E | 29 | 3D |
| Octal | 226 | 305 | 163 | 30 | 0 | 52 | 27 | 136 | 51 | 75 |
| Binary | 10010110 | 11000101 | 1110011 | 11000 | 0 | 101010 | 10111 | 1011110 | 101001 | 111101 |
Color Harmonies of #96C573
Complementary color
Monochromatic Colors of #96C573
Black with #96C573
Text Example
Text Example
White with #96C573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C573; }
p { color: rgb(150,197,115); }
H1.HeaderClassName
{
color: #96C573;
}
.AnyTagClassName
{
color: #96C573;
}
</style>
background-color css
<style>
a { background-color: #96C573; }
a { background-color: rgb(150,197,115); }
div.DivClassName
{
background-color: #96C573;
}
.BgClassName
{
background-color: #96C573;
}
</style>
border-color css
<style>
span { border-color: #96C573; }
span { border-color: rgb(150,197,115); }
td.TdClassName
{
border-color: #96C573;
}
.TagClassName
{
border-color: #96C573;
}
</style>