Shades of Olivine #96C170
Tints of Olivine #96C170
RGB
CMYK
RGB Variations
Color information
#96C170 (or 0x96C170) is known color: Olivine. HEX triplet: 96, C1 and 70. RGB value is (150,193,112). Sum of RGB (Red+Green+Blue) = 150+193+112=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #96C170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C170 is #693E8F. Grayscale: #ABABAB. Windows color (decimal): -6897296 or 7389590. OLE color: 7389590.
HSL color Cylindrical-coordinate representation of color #96C170: hue angle of 91.85º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96C170 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 112 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.24 |
| HSL | 91.85º | 0.4% | 0.6% | - |
| HSV(B) | 91.85º | 0.42% | 0.76% | - |
| XYZ | 34.57 | 45.79 | 22.35 | - |
| YUV | 170.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 112 | 0.22 | 0 | 0.42 | 0.24 | 91.85 | 0.4 | 0.6 |
| Hex | 96 | C1 | 70 | 16 | 0 | 2A | 18 | 5C | 28 | 3C |
| Octal | 226 | 301 | 160 | 26 | 0 | 52 | 30 | 134 | 50 | 74 |
| Binary | 10010110 | 11000001 | 1110000 | 10110 | 0 | 101010 | 11000 | 1011100 | 101000 | 111100 |
Color Harmonies of #96C170
Complementary color
Monochromatic Colors of #96C170
Black with #96C170
Text Example
Text Example
White with #96C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C170; }
p { color: rgb(150,193,112); }
H1.HeaderClassName
{
color: #96C170;
}
.AnyTagClassName
{
color: #96C170;
}
</style>
background-color css
<style>
a { background-color: #96C170; }
a { background-color: rgb(150,193,112); }
div.DivClassName
{
background-color: #96C170;
}
.BgClassName
{
background-color: #96C170;
}
</style>
border-color css
<style>
span { border-color: #96C170; }
span { border-color: rgb(150,193,112); }
td.TdClassName
{
border-color: #96C170;
}
.TagClassName
{
border-color: #96C170;
}
</style>