Shades of Olivine #9AAD6E
Tints of Olivine #9AAD6E
RGB
CMYK
RGB Variations
Color information
#9AAD6E (or 0x9AAD6E) is known color: Olivine. HEX triplet: 9A, AD and 6E. RGB value is (154,173,110). Sum of RGB (Red+Green+Blue) = 154+173+110=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAD6E is #655291. Grayscale: #A0A0A0. Windows color (decimal): -6640274 or 7253402. OLE color: 7253402.
HSL color Cylindrical-coordinate representation of color #9AAD6E: hue angle of 78.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AAD6E is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 173 | 110 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.32 |
| HSL | 78.1º | 0.28% | 0.55% | - |
| HSV(B) | 78.1º | 0.36% | 0.68% | - |
| XYZ | 31.08 | 37.88 | 20.43 | - |
| YUV | 160.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 110 | 0.11 | 0 | 0.36 | 0.32 | 78.1 | 0.28 | 0.55 |
| Hex | 9A | AD | 6E | B | 0 | 24 | 20 | 4E | 1C | 37 |
| Octal | 232 | 255 | 156 | 13 | 0 | 44 | 40 | 116 | 34 | 67 |
| Binary | 10011010 | 10101101 | 1101110 | 1011 | 0 | 100100 | 100000 | 1001110 | 11100 | 110111 |
Color Harmonies of #9AAD6E
Complementary color
Monochromatic Colors of #9AAD6E
Black with #9AAD6E
Text Example
Text Example
White with #9AAD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAD6E; }
p { color: rgb(154,173,110); }
H1.HeaderClassName
{
color: #9AAD6E;
}
.AnyTagClassName
{
color: #9AAD6E;
}
</style>
background-color css
<style>
a { background-color: #9AAD6E; }
a { background-color: rgb(154,173,110); }
div.DivClassName
{
background-color: #9AAD6E;
}
.BgClassName
{
background-color: #9AAD6E;
}
</style>
border-color css
<style>
span { border-color: #9AAD6E; }
span { border-color: rgb(154,173,110); }
td.TdClassName
{
border-color: #9AAD6E;
}
.TagClassName
{
border-color: #9AAD6E;
}
</style>