Shades of Olivine #9CAC7F
Tints of Olivine #9CAC7F
RGB
CMYK
RGB Variations
Color information
#9CAC7F (or 0x9CAC7F) is known color: Olivine. HEX triplet: 9C, AC and 7F. RGB value is (156,172,127). Sum of RGB (Red+Green+Blue) = 156+172+127=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC7F is #635380. Grayscale: #A2A2A2. Windows color (decimal): -6509441 or 8367260. OLE color: 8367260.
HSL color Cylindrical-coordinate representation of color #9CAC7F: hue angle of 81.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CAC7F is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 127 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.33 |
| HSL | 81.33º | 0.21% | 0.59% | - |
| HSV(B) | 81.33º | 0.26% | 0.67% | - |
| XYZ | 32.29 | 38.11 | 25.73 | - |
| YUV | 162.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 127 | 0.09 | 0 | 0.26 | 0.33 | 81.33 | 0.21 | 0.59 |
| Hex | 9C | AC | 7F | 9 | 0 | 1A | 21 | 51 | 15 | 3B |
| Octal | 234 | 254 | 177 | 11 | 0 | 32 | 41 | 121 | 25 | 73 |
| Binary | 10011100 | 10101100 | 1111111 | 1001 | 0 | 11010 | 100001 | 1010001 | 10101 | 111011 |
Color Harmonies of #9CAC7F
Complementary color
Monochromatic Colors of #9CAC7F
Black with #9CAC7F
Text Example
Text Example
White with #9CAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC7F; }
p { color: rgb(156,172,127); }
H1.HeaderClassName
{
color: #9CAC7F;
}
.AnyTagClassName
{
color: #9CAC7F;
}
</style>
background-color css
<style>
a { background-color: #9CAC7F; }
a { background-color: rgb(156,172,127); }
div.DivClassName
{
background-color: #9CAC7F;
}
.BgClassName
{
background-color: #9CAC7F;
}
</style>
border-color css
<style>
span { border-color: #9CAC7F; }
span { border-color: rgb(156,172,127); }
td.TdClassName
{
border-color: #9CAC7F;
}
.TagClassName
{
border-color: #9CAC7F;
}
</style>