Shades of Olivine #96AC6C
Tints of Olivine #96AC6C
RGB
CMYK
RGB Variations
Color information
#96AC6C (or 0x96AC6C) is known color: Olivine. HEX triplet: 96, AC and 6C. RGB value is (150,172,108). Sum of RGB (Red+Green+Blue) = 150+172+108=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AC6C is #695393. Grayscale: #9E9E9E. Windows color (decimal): -6902676 or 7122070. OLE color: 7122070.
HSL color Cylindrical-coordinate representation of color #96AC6C: hue angle of 80.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96AC6C is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 172 | 108 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.33 |
| HSL | 80.63º | 0.28% | 0.55% | - |
| HSV(B) | 80.63º | 0.37% | 0.67% | - |
| XYZ | 30.04 | 37.07 | 19.76 | - |
| YUV | 158.13 | 99.71 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 172 | 108 | 0.13 | 0 | 0.37 | 0.33 | 80.63 | 0.28 | 0.55 |
| Hex | 96 | AC | 6C | D | 0 | 25 | 21 | 51 | 1C | 37 |
| Octal | 226 | 254 | 154 | 15 | 0 | 45 | 41 | 121 | 34 | 67 |
| Binary | 10010110 | 10101100 | 1101100 | 1101 | 0 | 100101 | 100001 | 1010001 | 11100 | 110111 |
Color Harmonies of #96AC6C
Complementary color
Monochromatic Colors of #96AC6C
Black with #96AC6C
Text Example
Text Example
White with #96AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AC6C; }
p { color: rgb(150,172,108); }
H1.HeaderClassName
{
color: #96AC6C;
}
.AnyTagClassName
{
color: #96AC6C;
}
</style>
background-color css
<style>
a { background-color: #96AC6C; }
a { background-color: rgb(150,172,108); }
div.DivClassName
{
background-color: #96AC6C;
}
.BgClassName
{
background-color: #96AC6C;
}
</style>
border-color css
<style>
span { border-color: #96AC6C; }
span { border-color: rgb(150,172,108); }
td.TdClassName
{
border-color: #96AC6C;
}
.TagClassName
{
border-color: #96AC6C;
}
</style>