Shades of Olivine #9AAA81
Tints of Olivine #9AAA81
RGB
CMYK
RGB Variations
Color information
#9AAA81 (or 0x9AAA81) is known color: Olivine. HEX triplet: 9A, AA and 81. RGB value is (154,170,129). Sum of RGB (Red+Green+Blue) = 154+170+129=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA81 is #65557E. Grayscale: #A0A0A0. Windows color (decimal): -6641023 or 8497818. OLE color: 8497818.
HSL color Cylindrical-coordinate representation of color #9AAA81: hue angle of 83.41º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AAA81 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 129 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.33 |
| HSL | 83.41º | 0.19% | 0.59% | - |
| HSV(B) | 83.41º | 0.24% | 0.67% | - |
| XYZ | 31.66 | 37.2 | 26.28 | - |
| YUV | 160.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 129 | 0.09 | 0 | 0.24 | 0.33 | 83.41 | 0.19 | 0.59 |
| Hex | 9A | AA | 81 | 9 | 0 | 18 | 21 | 53 | 13 | 3B |
| Octal | 232 | 252 | 201 | 11 | 0 | 30 | 41 | 123 | 23 | 73 |
| Binary | 10011010 | 10101010 | 10000001 | 1001 | 0 | 11000 | 100001 | 1010011 | 10011 | 111011 |
Color Harmonies of #9AAA81
Complementary color
Monochromatic Colors of #9AAA81
Black with #9AAA81
Text Example
Text Example
White with #9AAA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA81; }
p { color: rgb(154,170,129); }
H1.HeaderClassName
{
color: #9AAA81;
}
.AnyTagClassName
{
color: #9AAA81;
}
</style>
background-color css
<style>
a { background-color: #9AAA81; }
a { background-color: rgb(154,170,129); }
div.DivClassName
{
background-color: #9AAA81;
}
.BgClassName
{
background-color: #9AAA81;
}
</style>
border-color css
<style>
span { border-color: #9AAA81; }
span { border-color: rgb(154,170,129); }
td.TdClassName
{
border-color: #9AAA81;
}
.TagClassName
{
border-color: #9AAA81;
}
</style>