Shades of Olive Green #AAB165
Tints of Olive Green #AAB165
RGB
CMYK
RGB Variations
Color information
#AAB165 (or 0xAAB165) is known color: Olive Green. HEX triplet: AA, B1 and 65. RGB value is (170,177,101). Sum of RGB (Red+Green+Blue) = 170+177+101=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB165 is #554E9A. Grayscale: #A6A6A6. Windows color (decimal): -5590683 or 6664618. OLE color: 6664618.
HSL color Cylindrical-coordinate representation of color #AAB165: hue angle of 65.53º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAB165 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 101 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.31 |
| HSL | 65.53º | 0.33% | 0.55% | - |
| HSV(B) | 65.53º | 0.43% | 0.69% | - |
| XYZ | 34.65 | 40.93 | 18.39 | - |
| YUV | 166.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 101 | 0.04 | 0 | 0.43 | 0.31 | 65.53 | 0.33 | 0.55 |
| Hex | AA | B1 | 65 | 4 | 0 | 2B | 1F | 42 | 21 | 37 |
| Octal | 252 | 261 | 145 | 4 | 0 | 53 | 37 | 102 | 41 | 67 |
| Binary | 10101010 | 10110001 | 1100101 | 100 | 0 | 101011 | 11111 | 1000010 | 100001 | 110111 |
Color Harmonies of #AAB165
Complementary color
Monochromatic Colors of #AAB165
Black with #AAB165
Text Example
Text Example
White with #AAB165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB165; }
p { color: rgb(170,177,101); }
H1.HeaderClassName
{
color: #AAB165;
}
.AnyTagClassName
{
color: #AAB165;
}
</style>
background-color css
<style>
a { background-color: #AAB165; }
a { background-color: rgb(170,177,101); }
div.DivClassName
{
background-color: #AAB165;
}
.BgClassName
{
background-color: #AAB165;
}
</style>
border-color css
<style>
span { border-color: #AAB165; }
span { border-color: rgb(170,177,101); }
td.TdClassName
{
border-color: #AAB165;
}
.TagClassName
{
border-color: #AAB165;
}
</style>