Shades of Olive Green #AAB566
Tints of Olive Green #AAB566
RGB
CMYK
RGB Variations
Color information
#AAB566 (or 0xAAB566) is known color: Olive Green. HEX triplet: AA, B5 and 66. RGB value is (170,181,102). Sum of RGB (Red+Green+Blue) = 170+181+102=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB566 is #554A99. Grayscale: #A9A9A9. Windows color (decimal): -5589658 or 6731178. OLE color: 6731178.
HSL color Cylindrical-coordinate representation of color #AAB566: hue angle of 68.35º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAB566 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 102 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.29 |
| HSL | 68.35º | 0.35% | 0.55% | - |
| HSV(B) | 68.35º | 0.44% | 0.71% | - |
| XYZ | 35.5 | 42.55 | 18.91 | - |
| YUV | 168.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 102 | 0.06 | 0 | 0.44 | 0.29 | 68.35 | 0.35 | 0.55 |
| Hex | AA | B5 | 66 | 6 | 0 | 2C | 1D | 44 | 23 | 37 |
| Octal | 252 | 265 | 146 | 6 | 0 | 54 | 35 | 104 | 43 | 67 |
| Binary | 10101010 | 10110101 | 1100110 | 110 | 0 | 101100 | 11101 | 1000100 | 100011 | 110111 |
Color Harmonies of #AAB566
Complementary color
Monochromatic Colors of #AAB566
Black with #AAB566
Text Example
Text Example
White with #AAB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB566; }
p { color: rgb(170,181,102); }
H1.HeaderClassName
{
color: #AAB566;
}
.AnyTagClassName
{
color: #AAB566;
}
</style>
background-color css
<style>
a { background-color: #AAB566; }
a { background-color: rgb(170,181,102); }
div.DivClassName
{
background-color: #AAB566;
}
.BgClassName
{
background-color: #AAB566;
}
</style>
border-color css
<style>
span { border-color: #AAB566; }
span { border-color: rgb(170,181,102); }
td.TdClassName
{
border-color: #AAB566;
}
.TagClassName
{
border-color: #AAB566;
}
</style>