Shades of Olive Green #AAB366
Tints of Olive Green #AAB366
RGB
CMYK
RGB Variations
Color information
#AAB366 (or 0xAAB366) is known color: Olive Green. HEX triplet: AA, B3 and 66. RGB value is (170,179,102). Sum of RGB (Red+Green+Blue) = 170+179+102=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB366 is #554C99. Grayscale: #A7A7A7. Windows color (decimal): -5590170 or 6730666. OLE color: 6730666.
HSL color Cylindrical-coordinate representation of color #AAB366: hue angle of 67.01º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAB366 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 102 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.30 |
| HSL | 67.01º | 0.34% | 0.55% | - |
| HSV(B) | 67.01º | 0.43% | 0.7% | - |
| XYZ | 35.1 | 41.75 | 18.78 | - |
| YUV | 167.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 102 | 0.05 | 0 | 0.43 | 0.30 | 67.01 | 0.34 | 0.55 |
| Hex | AA | B3 | 66 | 5 | 0 | 2B | 1E | 43 | 22 | 37 |
| Octal | 252 | 263 | 146 | 5 | 0 | 53 | 36 | 103 | 42 | 67 |
| Binary | 10101010 | 10110011 | 1100110 | 101 | 0 | 101011 | 11110 | 1000011 | 100010 | 110111 |
Color Harmonies of #AAB366
Complementary color
Monochromatic Colors of #AAB366
Black with #AAB366
Text Example
Text Example
White with #AAB366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB366; }
p { color: rgb(170,179,102); }
H1.HeaderClassName
{
color: #AAB366;
}
.AnyTagClassName
{
color: #AAB366;
}
</style>
background-color css
<style>
a { background-color: #AAB366; }
a { background-color: rgb(170,179,102); }
div.DivClassName
{
background-color: #AAB366;
}
.BgClassName
{
background-color: #AAB366;
}
</style>
border-color css
<style>
span { border-color: #AAB366; }
span { border-color: rgb(170,179,102); }
td.TdClassName
{
border-color: #AAB366;
}
.TagClassName
{
border-color: #AAB366;
}
</style>