Shades of Olive Green #AAB066
Tints of Olive Green #AAB066
RGB
CMYK
RGB Variations
Color information
#AAB066 (or 0xAAB066) is known color: Olive Green. HEX triplet: AA, B0 and 66. RGB value is (170,176,102). Sum of RGB (Red+Green+Blue) = 170+176+102=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB066 is #554F99. Grayscale: #A6A6A6. Windows color (decimal): -5590938 or 6729898. OLE color: 6729898.
HSL color Cylindrical-coordinate representation of color #AAB066: hue angle of 64.86º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAB066 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 102 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.31 |
| HSL | 64.86º | 0.32% | 0.55% | - |
| HSV(B) | 64.86º | 0.42% | 0.69% | - |
| XYZ | 34.5 | 40.56 | 18.58 | - |
| YUV | 165.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 102 | 0.03 | 0 | 0.42 | 0.31 | 64.86 | 0.32 | 0.55 |
| Hex | AA | B0 | 66 | 3 | 0 | 2A | 1F | 41 | 20 | 37 |
| Octal | 252 | 260 | 146 | 3 | 0 | 52 | 37 | 101 | 40 | 67 |
| Binary | 10101010 | 10110000 | 1100110 | 11 | 0 | 101010 | 11111 | 1000001 | 100000 | 110111 |
Color Harmonies of #AAB066
Complementary color
Monochromatic Colors of #AAB066
Black with #AAB066
Text Example
Text Example
White with #AAB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB066; }
p { color: rgb(170,176,102); }
H1.HeaderClassName
{
color: #AAB066;
}
.AnyTagClassName
{
color: #AAB066;
}
</style>
background-color css
<style>
a { background-color: #AAB066; }
a { background-color: rgb(170,176,102); }
div.DivClassName
{
background-color: #AAB066;
}
.BgClassName
{
background-color: #AAB066;
}
</style>
border-color css
<style>
span { border-color: #AAB066; }
span { border-color: rgb(170,176,102); }
td.TdClassName
{
border-color: #AAB066;
}
.TagClassName
{
border-color: #AAB066;
}
</style>