Shades of Olivine #9AAE6D
Tints of Olivine #9AAE6D
RGB
CMYK
RGB Variations
Color information
#9AAE6D (or 0x9AAE6D) is known color: Olivine. HEX triplet: 9A, AE and 6D. RGB value is (154,174,109). Sum of RGB (Red+Green+Blue) = 154+174+109=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAE6D is #655192. Grayscale: #A0A0A0. Windows color (decimal): -6640019 or 7188122. OLE color: 7188122.
HSL color Cylindrical-coordinate representation of color #9AAE6D: hue angle of 78.46º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AAE6D is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 109 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.32 |
| HSL | 78.46º | 0.29% | 0.55% | - |
| HSV(B) | 78.46º | 0.37% | 0.68% | - |
| XYZ | 31.22 | 38.25 | 20.2 | - |
| YUV | 160.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 109 | 0.11 | 0 | 0.37 | 0.32 | 78.46 | 0.29 | 0.55 |
| Hex | 9A | AE | 6D | B | 0 | 25 | 20 | 4E | 1D | 37 |
| Octal | 232 | 256 | 155 | 13 | 0 | 45 | 40 | 116 | 35 | 67 |
| Binary | 10011010 | 10101110 | 1101101 | 1011 | 0 | 100101 | 100000 | 1001110 | 11101 | 110111 |
Color Harmonies of #9AAE6D
Complementary color
Monochromatic Colors of #9AAE6D
Black with #9AAE6D
Text Example
Text Example
White with #9AAE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAE6D; }
p { color: rgb(154,174,109); }
H1.HeaderClassName
{
color: #9AAE6D;
}
.AnyTagClassName
{
color: #9AAE6D;
}
</style>
background-color css
<style>
a { background-color: #9AAE6D; }
a { background-color: rgb(154,174,109); }
div.DivClassName
{
background-color: #9AAE6D;
}
.BgClassName
{
background-color: #9AAE6D;
}
</style>
border-color css
<style>
span { border-color: #9AAE6D; }
span { border-color: rgb(154,174,109); }
td.TdClassName
{
border-color: #9AAE6D;
}
.TagClassName
{
border-color: #9AAE6D;
}
</style>