Shades of Olive Green #AAB355
Tints of Olive Green #AAB355
RGB
CMYK
RGB Variations
Color information
#AAB355 (or 0xAAB355) is known color: Olive Green. HEX triplet: AA, B3 and 55. RGB value is (170,179,85). Sum of RGB (Red+Green+Blue) = 170+179+85=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB355 is #554CAA. Grayscale: #A5A5A5. Windows color (decimal): -5590187 or 5616554. OLE color: 5616554.
HSL color Cylindrical-coordinate representation of color #AAB355: hue angle of 65.74º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAB355 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 85 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.30 |
| HSL | 65.74º | 0.38% | 0.52% | - |
| HSV(B) | 65.74º | 0.53% | 0.7% | - |
| XYZ | 34.34 | 41.44 | 14.78 | - |
| YUV | 165.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 85 | 0.05 | 0 | 0.53 | 0.30 | 65.74 | 0.38 | 0.52 |
| Hex | AA | B3 | 55 | 5 | 0 | 35 | 1E | 42 | 26 | 34 |
| Octal | 252 | 263 | 125 | 5 | 0 | 65 | 36 | 102 | 46 | 64 |
| Binary | 10101010 | 10110011 | 1010101 | 101 | 0 | 110101 | 11110 | 1000010 | 100110 | 110100 |
Color Harmonies of #AAB355
Complementary color
Monochromatic Colors of #AAB355
Black with #AAB355
Text Example
Text Example
White with #AAB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB355; }
p { color: rgb(170,179,85); }
H1.HeaderClassName
{
color: #AAB355;
}
.AnyTagClassName
{
color: #AAB355;
}
</style>
background-color css
<style>
a { background-color: #AAB355; }
a { background-color: rgb(170,179,85); }
div.DivClassName
{
background-color: #AAB355;
}
.BgClassName
{
background-color: #AAB355;
}
</style>
border-color css
<style>
span { border-color: #AAB355; }
span { border-color: rgb(170,179,85); }
td.TdClassName
{
border-color: #AAB355;
}
.TagClassName
{
border-color: #AAB355;
}
</style>