Shades of Olivine #9AAA80
Tints of Olivine #9AAA80
RGB
CMYK
RGB Variations
Color information
#9AAA80 (or 0x9AAA80) is known color: Olivine. HEX triplet: 9A, AA and 80. RGB value is (154,170,128). Sum of RGB (Red+Green+Blue) = 154+170+128=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA80 is #65557F. Grayscale: #A0A0A0. Windows color (decimal): -6641024 or 8432282. OLE color: 8432282.
HSL color Cylindrical-coordinate representation of color #9AAA80: hue angle of 82.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AAA80 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 128 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.33 |
| HSL | 82.86º | 0.2% | 0.58% | - |
| HSV(B) | 82.86º | 0.25% | 0.67% | - |
| XYZ | 31.6 | 37.18 | 25.93 | - |
| YUV | 160.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 128 | 0.09 | 0 | 0.25 | 0.33 | 82.86 | 0.2 | 0.58 |
| Hex | 9A | AA | 80 | 9 | 0 | 19 | 21 | 53 | 14 | 3A |
| Octal | 232 | 252 | 200 | 11 | 0 | 31 | 41 | 123 | 24 | 72 |
| Binary | 10011010 | 10101010 | 10000000 | 1001 | 0 | 11001 | 100001 | 1010011 | 10100 | 111010 |
Color Harmonies of #9AAA80
Complementary color
Monochromatic Colors of #9AAA80
Black with #9AAA80
Text Example
Text Example
White with #9AAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA80; }
p { color: rgb(154,170,128); }
H1.HeaderClassName
{
color: #9AAA80;
}
.AnyTagClassName
{
color: #9AAA80;
}
</style>
background-color css
<style>
a { background-color: #9AAA80; }
a { background-color: rgb(154,170,128); }
div.DivClassName
{
background-color: #9AAA80;
}
.BgClassName
{
background-color: #9AAA80;
}
</style>
border-color css
<style>
span { border-color: #9AAA80; }
span { border-color: rgb(154,170,128); }
td.TdClassName
{
border-color: #9AAA80;
}
.TagClassName
{
border-color: #9AAA80;
}
</style>