Shades of Olive Green #AAB364
Tints of Olive Green #AAB364
RGB
CMYK
RGB Variations
Color information
#AAB364 (or 0xAAB364) is known color: Olive Green. HEX triplet: AA, B3 and 64. RGB value is (170,179,100). Sum of RGB (Red+Green+Blue) = 170+179+100=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB364 is #554C9B. Grayscale: #A7A7A7. Windows color (decimal): -5590172 or 6599594. OLE color: 6599594.
HSL color Cylindrical-coordinate representation of color #AAB364: hue angle of 66.84º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAB364 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 100 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.30 |
| HSL | 66.84º | 0.34% | 0.55% | - |
| HSV(B) | 66.84º | 0.44% | 0.7% | - |
| XYZ | 35 | 41.71 | 18.26 | - |
| YUV | 167.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 100 | 0.05 | 0 | 0.44 | 0.30 | 66.84 | 0.34 | 0.55 |
| Hex | AA | B3 | 64 | 5 | 0 | 2C | 1E | 43 | 22 | 37 |
| Octal | 252 | 263 | 144 | 5 | 0 | 54 | 36 | 103 | 42 | 67 |
| Binary | 10101010 | 10110011 | 1100100 | 101 | 0 | 101100 | 11110 | 1000011 | 100010 | 110111 |
Color Harmonies of #AAB364
Complementary color
Monochromatic Colors of #AAB364
Black with #AAB364
Text Example
Text Example
White with #AAB364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB364; }
p { color: rgb(170,179,100); }
H1.HeaderClassName
{
color: #AAB364;
}
.AnyTagClassName
{
color: #AAB364;
}
</style>
background-color css
<style>
a { background-color: #AAB364; }
a { background-color: rgb(170,179,100); }
div.DivClassName
{
background-color: #AAB364;
}
.BgClassName
{
background-color: #AAB364;
}
</style>
border-color css
<style>
span { border-color: #AAB364; }
span { border-color: rgb(170,179,100); }
td.TdClassName
{
border-color: #AAB364;
}
.TagClassName
{
border-color: #AAB364;
}
</style>