Shades of Olivine #9AAC7B
Tints of Olivine #9AAC7B
RGB
CMYK
RGB Variations
Color information
#9AAC7B (or 0x9AAC7B) is known color: Olivine. HEX triplet: 9A, AC and 7B. RGB value is (154,172,123). Sum of RGB (Red+Green+Blue) = 154+172+123=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAC7B is #655384. Grayscale: #A1A1A1. Windows color (decimal): -6640517 or 8105114. OLE color: 8105114.
HSL color Cylindrical-coordinate representation of color #9AAC7B: hue angle of 82.04º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AAC7B is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 123 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.33 |
| HSL | 82.04º | 0.23% | 0.58% | - |
| HSV(B) | 82.04º | 0.28% | 0.67% | - |
| XYZ | 31.65 | 37.81 | 24.37 | - |
| YUV | 161.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 123 | 0.10 | 0 | 0.28 | 0.33 | 82.04 | 0.23 | 0.58 |
| Hex | 9A | AC | 7B | A | 0 | 1C | 21 | 52 | 17 | 3A |
| Octal | 232 | 254 | 173 | 12 | 0 | 34 | 41 | 122 | 27 | 72 |
| Binary | 10011010 | 10101100 | 1111011 | 1010 | 0 | 11100 | 100001 | 1010010 | 10111 | 111010 |
Color Harmonies of #9AAC7B
Complementary color
Monochromatic Colors of #9AAC7B
Black with #9AAC7B
Text Example
Text Example
White with #9AAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAC7B; }
p { color: rgb(154,172,123); }
H1.HeaderClassName
{
color: #9AAC7B;
}
.AnyTagClassName
{
color: #9AAC7B;
}
</style>
background-color css
<style>
a { background-color: #9AAC7B; }
a { background-color: rgb(154,172,123); }
div.DivClassName
{
background-color: #9AAC7B;
}
.BgClassName
{
background-color: #9AAC7B;
}
</style>
border-color css
<style>
span { border-color: #9AAC7B; }
span { border-color: rgb(154,172,123); }
td.TdClassName
{
border-color: #9AAC7B;
}
.TagClassName
{
border-color: #9AAC7B;
}
</style>