Shades of Olivine #96C579
Tints of Olivine #96C579
RGB
CMYK
RGB Variations
Color information
#96C579 (or 0x96C579) is known color: Olivine. HEX triplet: 96, C5 and 79. RGB value is (150,197,121). Sum of RGB (Red+Green+Blue) = 150+197+121=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #96C579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C579 is #693A86. Grayscale: #AEAEAE. Windows color (decimal): -6896263 or 7980438. OLE color: 7980438.
HSL color Cylindrical-coordinate representation of color #96C579: hue angle of 97.11º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96C579 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 121 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.23 |
| HSL | 97.11º | 0.4% | 0.62% | - |
| HSV(B) | 97.11º | 0.39% | 0.77% | - |
| XYZ | 36 | 47.8 | 25.42 | - |
| YUV | 174.28 | 97.93 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 121 | 0.24 | 0 | 0.39 | 0.23 | 97.11 | 0.4 | 0.62 |
| Hex | 96 | C5 | 79 | 18 | 0 | 27 | 17 | 61 | 28 | 3E |
| Octal | 226 | 305 | 171 | 30 | 0 | 47 | 27 | 141 | 50 | 76 |
| Binary | 10010110 | 11000101 | 1111001 | 11000 | 0 | 100111 | 10111 | 1100001 | 101000 | 111110 |
Color Harmonies of #96C579
Complementary color
Monochromatic Colors of #96C579
Black with #96C579
Text Example
Text Example
White with #96C579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C579; }
p { color: rgb(150,197,121); }
H1.HeaderClassName
{
color: #96C579;
}
.AnyTagClassName
{
color: #96C579;
}
</style>
background-color css
<style>
a { background-color: #96C579; }
a { background-color: rgb(150,197,121); }
div.DivClassName
{
background-color: #96C579;
}
.BgClassName
{
background-color: #96C579;
}
</style>
border-color css
<style>
span { border-color: #96C579; }
span { border-color: rgb(150,197,121); }
td.TdClassName
{
border-color: #96C579;
}
.TagClassName
{
border-color: #96C579;
}
</style>