Shades of Olive Green #AAB067
Tints of Olive Green #AAB067
RGB
CMYK
RGB Variations
Color information
#AAB067 (or 0xAAB067) is known color: Olive Green. HEX triplet: AA, B0 and 67. RGB value is (170,176,103). Sum of RGB (Red+Green+Blue) = 170+176+103=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB067 is #554F98. Grayscale: #A6A6A6. Windows color (decimal): -5590937 or 6795434. OLE color: 6795434.
HSL color Cylindrical-coordinate representation of color #AAB067: hue angle of 64.93º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAB067 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 103 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.31 |
| HSL | 64.93º | 0.32% | 0.55% | - |
| HSV(B) | 64.93º | 0.41% | 0.69% | - |
| XYZ | 34.55 | 40.58 | 18.84 | - |
| YUV | 165.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 103 | 0.03 | 0 | 0.41 | 0.31 | 64.93 | 0.32 | 0.55 |
| Hex | AA | B0 | 67 | 3 | 0 | 29 | 1F | 41 | 20 | 37 |
| Octal | 252 | 260 | 147 | 3 | 0 | 51 | 37 | 101 | 40 | 67 |
| Binary | 10101010 | 10110000 | 1100111 | 11 | 0 | 101001 | 11111 | 1000001 | 100000 | 110111 |
Color Harmonies of #AAB067
Complementary color
Monochromatic Colors of #AAB067
Black with #AAB067
Text Example
Text Example
White with #AAB067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB067; }
p { color: rgb(170,176,103); }
H1.HeaderClassName
{
color: #AAB067;
}
.AnyTagClassName
{
color: #AAB067;
}
</style>
background-color css
<style>
a { background-color: #AAB067; }
a { background-color: rgb(170,176,103); }
div.DivClassName
{
background-color: #AAB067;
}
.BgClassName
{
background-color: #AAB067;
}
</style>
border-color css
<style>
span { border-color: #AAB067; }
span { border-color: rgb(170,176,103); }
td.TdClassName
{
border-color: #AAB067;
}
.TagClassName
{
border-color: #AAB067;
}
</style>