Shades of Olivine #9AAD79
Tints of Olivine #9AAD79
RGB
CMYK
RGB Variations
Color information
#9AAD79 (or 0x9AAD79) is known color: Olivine. HEX triplet: 9A, AD and 79. RGB value is (154,173,121). Sum of RGB (Red+Green+Blue) = 154+173+121=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAD79 is #655286. Grayscale: #A1A1A1. Windows color (decimal): -6640263 or 7974298. OLE color: 7974298.
HSL color Cylindrical-coordinate representation of color #9AAD79: hue angle of 81.92º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AAD79 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 173 | 121 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.32 |
| HSL | 81.92º | 0.24% | 0.58% | - |
| HSV(B) | 81.92º | 0.3% | 0.68% | - |
| XYZ | 31.72 | 38.14 | 23.78 | - |
| YUV | 161.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 121 | 0.11 | 0 | 0.30 | 0.32 | 81.92 | 0.24 | 0.58 |
| Hex | 9A | AD | 79 | B | 0 | 1E | 20 | 52 | 18 | 3A |
| Octal | 232 | 255 | 171 | 13 | 0 | 36 | 40 | 122 | 30 | 72 |
| Binary | 10011010 | 10101101 | 1111001 | 1011 | 0 | 11110 | 100000 | 1010010 | 11000 | 111010 |
Color Harmonies of #9AAD79
Complementary color
Monochromatic Colors of #9AAD79
Black with #9AAD79
Text Example
Text Example
White with #9AAD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAD79; }
p { color: rgb(154,173,121); }
H1.HeaderClassName
{
color: #9AAD79;
}
.AnyTagClassName
{
color: #9AAD79;
}
</style>
background-color css
<style>
a { background-color: #9AAD79; }
a { background-color: rgb(154,173,121); }
div.DivClassName
{
background-color: #9AAD79;
}
.BgClassName
{
background-color: #9AAD79;
}
</style>
border-color css
<style>
span { border-color: #9AAD79; }
span { border-color: rgb(154,173,121); }
td.TdClassName
{
border-color: #9AAD79;
}
.TagClassName
{
border-color: #9AAD79;
}
</style>