Shades of Olive Green #AAB65A
Tints of Olive Green #AAB65A
RGB
CMYK
RGB Variations
Color information
#AAB65A (or 0xAAB65A) is known color: Olive Green. HEX triplet: AA, B6 and 5A. RGB value is (170,182,90). Sum of RGB (Red+Green+Blue) = 170+182+90=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB65A is #5549A5. Grayscale: #A8A8A8. Windows color (decimal): -5589414 or 5945002. OLE color: 5945002.
HSL color Cylindrical-coordinate representation of color #AAB65A: hue angle of 67.83º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAB65A is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 90 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.29 |
| HSL | 67.83º | 0.39% | 0.53% | - |
| HSV(B) | 67.83º | 0.51% | 0.71% | - |
| XYZ | 35.15 | 42.74 | 16.07 | - |
| YUV | 167.92 | 84.02 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 90 | 0.07 | 0 | 0.51 | 0.29 | 67.83 | 0.39 | 0.53 |
| Hex | AA | B6 | 5A | 7 | 0 | 33 | 1D | 44 | 27 | 35 |
| Octal | 252 | 266 | 132 | 7 | 0 | 63 | 35 | 104 | 47 | 65 |
| Binary | 10101010 | 10110110 | 1011010 | 111 | 0 | 110011 | 11101 | 1000100 | 100111 | 110101 |
Color Harmonies of #AAB65A
Complementary color
Monochromatic Colors of #AAB65A
Black with #AAB65A
Text Example
Text Example
White with #AAB65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB65A; }
p { color: rgb(170,182,90); }
H1.HeaderClassName
{
color: #AAB65A;
}
.AnyTagClassName
{
color: #AAB65A;
}
</style>
background-color css
<style>
a { background-color: #AAB65A; }
a { background-color: rgb(170,182,90); }
div.DivClassName
{
background-color: #AAB65A;
}
.BgClassName
{
background-color: #AAB65A;
}
</style>
border-color css
<style>
span { border-color: #AAB65A; }
span { border-color: rgb(170,182,90); }
td.TdClassName
{
border-color: #AAB65A;
}
.TagClassName
{
border-color: #AAB65A;
}
</style>