Shades of Olive Green #AAB965
Tints of Olive Green #AAB965
RGB
CMYK
RGB Variations
Color information
#AAB965 (or 0xAAB965) is known color: Olive Green. HEX triplet: AA, B9 and 65. RGB value is (170,185,101). Sum of RGB (Red+Green+Blue) = 170+185+101=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB965 is #55469A. Grayscale: #ABABAB. Windows color (decimal): -5588635 or 6666666. OLE color: 6666666.
HSL color Cylindrical-coordinate representation of color #AAB965: hue angle of 70.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAB965 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 101 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.27 |
| HSL | 70.71º | 0.38% | 0.56% | - |
| HSV(B) | 70.71º | 0.45% | 0.73% | - |
| XYZ | 36.28 | 44.18 | 18.93 | - |
| YUV | 170.94 | 88.53 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 101 | 0.08 | 0 | 0.45 | 0.27 | 70.71 | 0.38 | 0.56 |
| Hex | AA | B9 | 65 | 8 | 0 | 2D | 1B | 47 | 26 | 38 |
| Octal | 252 | 271 | 145 | 10 | 0 | 55 | 33 | 107 | 46 | 70 |
| Binary | 10101010 | 10111001 | 1100101 | 1000 | 0 | 101101 | 11011 | 1000111 | 100110 | 111000 |
Color Harmonies of #AAB965
Complementary color
Monochromatic Colors of #AAB965
Black with #AAB965
Text Example
Text Example
White with #AAB965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB965; }
p { color: rgb(170,185,101); }
H1.HeaderClassName
{
color: #AAB965;
}
.AnyTagClassName
{
color: #AAB965;
}
</style>
background-color css
<style>
a { background-color: #AAB965; }
a { background-color: rgb(170,185,101); }
div.DivClassName
{
background-color: #AAB965;
}
.BgClassName
{
background-color: #AAB965;
}
</style>
border-color css
<style>
span { border-color: #AAB965; }
span { border-color: rgb(170,185,101); }
td.TdClassName
{
border-color: #AAB965;
}
.TagClassName
{
border-color: #AAB965;
}
</style>