Shades of Olivine #9AAC80
Tints of Olivine #9AAC80
RGB
CMYK
RGB Variations
Color information
#9AAC80 (or 0x9AAC80) is known color: Olivine. HEX triplet: 9A, AC and 80. RGB value is (154,172,128). Sum of RGB (Red+Green+Blue) = 154+172+128=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAC80 is #65537F. Grayscale: #A1A1A1. Windows color (decimal): -6640512 or 8432794. OLE color: 8432794.
HSL color Cylindrical-coordinate representation of color #9AAC80: hue angle of 84.55º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AAC80 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 128 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.33 |
| HSL | 84.55º | 0.21% | 0.59% | - |
| HSV(B) | 84.55º | 0.26% | 0.67% | - |
| XYZ | 31.98 | 37.93 | 26.06 | - |
| YUV | 161.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 128 | 0.10 | 0 | 0.26 | 0.33 | 84.55 | 0.21 | 0.59 |
| Hex | 9A | AC | 80 | A | 0 | 1A | 21 | 55 | 15 | 3B |
| Octal | 232 | 254 | 200 | 12 | 0 | 32 | 41 | 125 | 25 | 73 |
| Binary | 10011010 | 10101100 | 10000000 | 1010 | 0 | 11010 | 100001 | 1010101 | 10101 | 111011 |
Color Harmonies of #9AAC80
Complementary color
Monochromatic Colors of #9AAC80
Black with #9AAC80
Text Example
Text Example
White with #9AAC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAC80; }
p { color: rgb(154,172,128); }
H1.HeaderClassName
{
color: #9AAC80;
}
.AnyTagClassName
{
color: #9AAC80;
}
</style>
background-color css
<style>
a { background-color: #9AAC80; }
a { background-color: rgb(154,172,128); }
div.DivClassName
{
background-color: #9AAC80;
}
.BgClassName
{
background-color: #9AAC80;
}
</style>
border-color css
<style>
span { border-color: #9AAC80; }
span { border-color: rgb(154,172,128); }
td.TdClassName
{
border-color: #9AAC80;
}
.TagClassName
{
border-color: #9AAC80;
}
</style>