Shades of Olive Green #AAB361
Tints of Olive Green #AAB361
RGB
CMYK
RGB Variations
Color information
#AAB361 (or 0xAAB361) is known color: Olive Green. HEX triplet: AA, B3 and 61. RGB value is (170,179,97). Sum of RGB (Red+Green+Blue) = 170+179+97=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB361 is #554C9E. Grayscale: #A7A7A7. Windows color (decimal): -5590175 or 6402986. OLE color: 6402986.
HSL color Cylindrical-coordinate representation of color #AAB361: hue angle of 66.59º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAB361 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 97 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.30 |
| HSL | 66.59º | 0.35% | 0.54% | - |
| HSV(B) | 66.59º | 0.46% | 0.7% | - |
| XYZ | 34.86 | 41.65 | 17.51 | - |
| YUV | 166.96 | 88.52 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 97 | 0.05 | 0 | 0.46 | 0.30 | 66.59 | 0.35 | 0.54 |
| Hex | AA | B3 | 61 | 5 | 0 | 2E | 1E | 43 | 23 | 36 |
| Octal | 252 | 263 | 141 | 5 | 0 | 56 | 36 | 103 | 43 | 66 |
| Binary | 10101010 | 10110011 | 1100001 | 101 | 0 | 101110 | 11110 | 1000011 | 100011 | 110110 |
Color Harmonies of #AAB361
Complementary color
Monochromatic Colors of #AAB361
Black with #AAB361
Text Example
Text Example
White with #AAB361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB361; }
p { color: rgb(170,179,97); }
H1.HeaderClassName
{
color: #AAB361;
}
.AnyTagClassName
{
color: #AAB361;
}
</style>
background-color css
<style>
a { background-color: #AAB361; }
a { background-color: rgb(170,179,97); }
div.DivClassName
{
background-color: #AAB361;
}
.BgClassName
{
background-color: #AAB361;
}
</style>
border-color css
<style>
span { border-color: #AAB361; }
span { border-color: rgb(170,179,97); }
td.TdClassName
{
border-color: #AAB361;
}
.TagClassName
{
border-color: #AAB361;
}
</style>