Shades of Olivine #9CAC7E
Tints of Olivine #9CAC7E
RGB
CMYK
RGB Variations
Color information
#9CAC7E (or 0x9CAC7E) is known color: Olivine. HEX triplet: 9C, AC and 7E. RGB value is (156,172,126). Sum of RGB (Red+Green+Blue) = 156+172+126=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC7E is #635381. Grayscale: #A2A2A2. Windows color (decimal): -6509442 or 8301724. OLE color: 8301724.
HSL color Cylindrical-coordinate representation of color #9CAC7E: hue angle of 80.87º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CAC7E is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 126 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.33 |
| HSL | 80.87º | 0.22% | 0.58% | - |
| HSV(B) | 80.87º | 0.27% | 0.67% | - |
| XYZ | 32.23 | 38.08 | 25.39 | - |
| YUV | 161.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 126 | 0.09 | 0 | 0.27 | 0.33 | 80.87 | 0.22 | 0.58 |
| Hex | 9C | AC | 7E | 9 | 0 | 1B | 21 | 51 | 16 | 3A |
| Octal | 234 | 254 | 176 | 11 | 0 | 33 | 41 | 121 | 26 | 72 |
| Binary | 10011100 | 10101100 | 1111110 | 1001 | 0 | 11011 | 100001 | 1010001 | 10110 | 111010 |
Color Harmonies of #9CAC7E
Complementary color
Monochromatic Colors of #9CAC7E
Black with #9CAC7E
Text Example
Text Example
White with #9CAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC7E; }
p { color: rgb(156,172,126); }
H1.HeaderClassName
{
color: #9CAC7E;
}
.AnyTagClassName
{
color: #9CAC7E;
}
</style>
background-color css
<style>
a { background-color: #9CAC7E; }
a { background-color: rgb(156,172,126); }
div.DivClassName
{
background-color: #9CAC7E;
}
.BgClassName
{
background-color: #9CAC7E;
}
</style>
border-color css
<style>
span { border-color: #9CAC7E; }
span { border-color: rgb(156,172,126); }
td.TdClassName
{
border-color: #9CAC7E;
}
.TagClassName
{
border-color: #9CAC7E;
}
</style>