Shades of Olive Green #AAB357
Tints of Olive Green #AAB357
RGB
CMYK
RGB Variations
Color information
#AAB357 (or 0xAAB357) is known color: Olive Green. HEX triplet: AA, B3 and 57. RGB value is (170,179,87). Sum of RGB (Red+Green+Blue) = 170+179+87=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB357 is #554CA8. Grayscale: #A6A6A6. Windows color (decimal): -5590185 or 5747626. OLE color: 5747626.
HSL color Cylindrical-coordinate representation of color #AAB357: hue angle of 65.87º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAB357 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 87 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.30 |
| HSL | 65.87º | 0.38% | 0.52% | - |
| HSV(B) | 65.87º | 0.51% | 0.7% | - |
| XYZ | 34.42 | 41.47 | 15.21 | - |
| YUV | 165.82 | 83.52 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 87 | 0.05 | 0 | 0.51 | 0.30 | 65.87 | 0.38 | 0.52 |
| Hex | AA | B3 | 57 | 5 | 0 | 33 | 1E | 42 | 26 | 34 |
| Octal | 252 | 263 | 127 | 5 | 0 | 63 | 36 | 102 | 46 | 64 |
| Binary | 10101010 | 10110011 | 1010111 | 101 | 0 | 110011 | 11110 | 1000010 | 100110 | 110100 |
Color Harmonies of #AAB357
Complementary color
Monochromatic Colors of #AAB357
Black with #AAB357
Text Example
Text Example
White with #AAB357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB357; }
p { color: rgb(170,179,87); }
H1.HeaderClassName
{
color: #AAB357;
}
.AnyTagClassName
{
color: #AAB357;
}
</style>
background-color css
<style>
a { background-color: #AAB357; }
a { background-color: rgb(170,179,87); }
div.DivClassName
{
background-color: #AAB357;
}
.BgClassName
{
background-color: #AAB357;
}
</style>
border-color css
<style>
span { border-color: #AAB357; }
span { border-color: rgb(170,179,87); }
td.TdClassName
{
border-color: #AAB357;
}
.TagClassName
{
border-color: #AAB357;
}
</style>