Shades of Olivine #96C179
Tints of Olivine #96C179
RGB
CMYK
RGB Variations
Color information
#96C179 (or 0x96C179) is known color: Olivine. HEX triplet: 96, C1 and 79. RGB value is (150,193,121). Sum of RGB (Red+Green+Blue) = 150+193+121=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #96C179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C179 is #693E86. Grayscale: #ACACAC. Windows color (decimal): -6897287 or 7979414. OLE color: 7979414.
HSL color Cylindrical-coordinate representation of color #96C179: hue angle of 95.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96C179 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 121 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.24 |
| HSL | 95.83º | 0.37% | 0.62% | - |
| HSV(B) | 95.83º | 0.37% | 0.76% | - |
| XYZ | 35.1 | 46 | 25.12 | - |
| YUV | 171.94 | 99.25 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 121 | 0.22 | 0 | 0.37 | 0.24 | 95.83 | 0.37 | 0.62 |
| Hex | 96 | C1 | 79 | 16 | 0 | 25 | 18 | 60 | 25 | 3E |
| Octal | 226 | 301 | 171 | 26 | 0 | 45 | 30 | 140 | 45 | 76 |
| Binary | 10010110 | 11000001 | 1111001 | 10110 | 0 | 100101 | 11000 | 1100000 | 100101 | 111110 |
Color Harmonies of #96C179
Complementary color
Monochromatic Colors of #96C179
Black with #96C179
Text Example
Text Example
White with #96C179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C179; }
p { color: rgb(150,193,121); }
H1.HeaderClassName
{
color: #96C179;
}
.AnyTagClassName
{
color: #96C179;
}
</style>
background-color css
<style>
a { background-color: #96C179; }
a { background-color: rgb(150,193,121); }
div.DivClassName
{
background-color: #96C179;
}
.BgClassName
{
background-color: #96C179;
}
</style>
border-color css
<style>
span { border-color: #96C179; }
span { border-color: rgb(150,193,121); }
td.TdClassName
{
border-color: #96C179;
}
.TagClassName
{
border-color: #96C179;
}
</style>