Shades of Olivine #9AAE80
Tints of Olivine #9AAE80
RGB
CMYK
RGB Variations
Color information
#9AAE80 (or 0x9AAE80) is known color: Olivine. HEX triplet: 9A, AE and 80. RGB value is (154,174,128). Sum of RGB (Red+Green+Blue) = 154+174+128=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAE80 is #65517F. Grayscale: #A2A2A2. Windows color (decimal): -6640000 or 8433306. OLE color: 8433306.
HSL color Cylindrical-coordinate representation of color #9AAE80: hue angle of 86.09º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AAE80 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 128 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.32 |
| HSL | 86.09º | 0.22% | 0.59% | - |
| HSV(B) | 86.09º | 0.26% | 0.68% | - |
| XYZ | 32.36 | 38.7 | 26.19 | - |
| YUV | 162.78 | 108.37 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 128 | 0.11 | 0 | 0.26 | 0.32 | 86.09 | 0.22 | 0.59 |
| Hex | 9A | AE | 80 | B | 0 | 1A | 20 | 56 | 16 | 3B |
| Octal | 232 | 256 | 200 | 13 | 0 | 32 | 40 | 126 | 26 | 73 |
| Binary | 10011010 | 10101110 | 10000000 | 1011 | 0 | 11010 | 100000 | 1010110 | 10110 | 111011 |
Color Harmonies of #9AAE80
Complementary color
Monochromatic Colors of #9AAE80
Black with #9AAE80
Text Example
Text Example
White with #9AAE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAE80; }
p { color: rgb(154,174,128); }
H1.HeaderClassName
{
color: #9AAE80;
}
.AnyTagClassName
{
color: #9AAE80;
}
</style>
background-color css
<style>
a { background-color: #9AAE80; }
a { background-color: rgb(154,174,128); }
div.DivClassName
{
background-color: #9AAE80;
}
.BgClassName
{
background-color: #9AAE80;
}
</style>
border-color css
<style>
span { border-color: #9AAE80; }
span { border-color: rgb(154,174,128); }
td.TdClassName
{
border-color: #9AAE80;
}
.TagClassName
{
border-color: #9AAE80;
}
</style>