Shades of Olivine #9AAC7D
Tints of Olivine #9AAC7D
RGB
CMYK
RGB Variations
Color information
#9AAC7D (or 0x9AAC7D) is known color: Olivine. HEX triplet: 9A, AC and 7D. RGB value is (154,172,125). Sum of RGB (Red+Green+Blue) = 154+172+125=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAC7D is #655382. Grayscale: #A1A1A1. Windows color (decimal): -6640515 or 8236186. OLE color: 8236186.
HSL color Cylindrical-coordinate representation of color #9AAC7D: hue angle of 82.98º 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 #9AAC7D is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 125 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.33 |
| HSL | 82.98º | 0.22% | 0.58% | - |
| HSV(B) | 82.98º | 0.27% | 0.67% | - |
| XYZ | 31.78 | 37.86 | 25.03 | - |
| YUV | 161.26 | 107.54 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 125 | 0.10 | 0 | 0.27 | 0.33 | 82.98 | 0.22 | 0.58 |
| Hex | 9A | AC | 7D | A | 0 | 1B | 21 | 53 | 16 | 3A |
| Octal | 232 | 254 | 175 | 12 | 0 | 33 | 41 | 123 | 26 | 72 |
| Binary | 10011010 | 10101100 | 1111101 | 1010 | 0 | 11011 | 100001 | 1010011 | 10110 | 111010 |
Color Harmonies of #9AAC7D
Complementary color
Monochromatic Colors of #9AAC7D
Black with #9AAC7D
Text Example
Text Example
White with #9AAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAC7D; }
p { color: rgb(154,172,125); }
H1.HeaderClassName
{
color: #9AAC7D;
}
.AnyTagClassName
{
color: #9AAC7D;
}
</style>
background-color css
<style>
a { background-color: #9AAC7D; }
a { background-color: rgb(154,172,125); }
div.DivClassName
{
background-color: #9AAC7D;
}
.BgClassName
{
background-color: #9AAC7D;
}
</style>
border-color css
<style>
span { border-color: #9AAC7D; }
span { border-color: rgb(154,172,125); }
td.TdClassName
{
border-color: #9AAC7D;
}
.TagClassName
{
border-color: #9AAC7D;
}
</style>