Shades of Olive Green #AAB65B
Tints of Olive Green #AAB65B
RGB
CMYK
RGB Variations
Color information
#AAB65B (or 0xAAB65B) is known color: Olive Green. HEX triplet: AA, B6 and 5B. RGB value is (170,182,91). Sum of RGB (Red+Green+Blue) = 170+182+91=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB65B is #5549A4. Grayscale: #A8A8A8. Windows color (decimal): -5589413 or 6010538. OLE color: 6010538.
HSL color Cylindrical-coordinate representation of color #AAB65B: hue angle of 67.91º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAB65B is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 91 | - |
| CMYK | 0.07 | 0 | 0.5 | 0.29 |
| HSL | 67.91º | 0.38% | 0.54% | - |
| HSV(B) | 67.91º | 0.5% | 0.71% | - |
| XYZ | 35.19 | 42.76 | 16.3 | - |
| YUV | 168.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 91 | 0.07 | 0 | 0.5 | 0.29 | 67.91 | 0.38 | 0.54 |
| Hex | AA | B6 | 5B | 7 | 0 | 32 | 1D | 44 | 26 | 36 |
| Octal | 252 | 266 | 133 | 7 | 0 | 62 | 35 | 104 | 46 | 66 |
| Binary | 10101010 | 10110110 | 1011011 | 111 | 0 | 110010 | 11101 | 1000100 | 100110 | 110110 |
Color Harmonies of #AAB65B
Complementary color
Monochromatic Colors of #AAB65B
Black with #AAB65B
Text Example
Text Example
White with #AAB65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB65B; }
p { color: rgb(170,182,91); }
H1.HeaderClassName
{
color: #AAB65B;
}
.AnyTagClassName
{
color: #AAB65B;
}
</style>
background-color css
<style>
a { background-color: #AAB65B; }
a { background-color: rgb(170,182,91); }
div.DivClassName
{
background-color: #AAB65B;
}
.BgClassName
{
background-color: #AAB65B;
}
</style>
border-color css
<style>
span { border-color: #AAB65B; }
span { border-color: rgb(170,182,91); }
td.TdClassName
{
border-color: #AAB65B;
}
.TagClassName
{
border-color: #AAB65B;
}
</style>