Shades of Olive Green #AAA65B
Tints of Olive Green #AAA65B
RGB
CMYK
RGB Variations
Color information
#AAA65B (or 0xAAA65B) is known color: Olive Green. HEX triplet: AA, A6 and 5B. RGB value is (170,166,91). Sum of RGB (Red+Green+Blue) = 170+166+91=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA65B is #5559A4. Grayscale: #9E9E9E. Windows color (decimal): -5593509 or 6006442. OLE color: 6006442.
HSL color Cylindrical-coordinate representation of color #AAA65B: hue angle of 56.96º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAA65B is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 91 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.33 |
| HSL | 56.96º | 0.32% | 0.51% | - |
| HSV(B) | 56.96º | 0.46% | 0.67% | - |
| XYZ | 32.1 | 36.57 | 15.27 | - |
| YUV | 158.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 91 | 0 | 0.02 | 0.46 | 0.33 | 56.96 | 0.32 | 0.51 |
| Hex | AA | A6 | 5B | 0 | 2 | 2E | 21 | 39 | 20 | 33 |
| Octal | 252 | 246 | 133 | 0 | 2 | 56 | 41 | 71 | 40 | 63 |
| Binary | 10101010 | 10100110 | 1011011 | 0 | 10 | 101110 | 100001 | 111001 | 100000 | 110011 |
Color Harmonies of #AAA65B
Complementary color
Monochromatic Colors of #AAA65B
Black with #AAA65B
Text Example
Text Example
White with #AAA65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA65B; }
p { color: rgb(170,166,91); }
H1.HeaderClassName
{
color: #AAA65B;
}
.AnyTagClassName
{
color: #AAA65B;
}
</style>
background-color css
<style>
a { background-color: #AAA65B; }
a { background-color: rgb(170,166,91); }
div.DivClassName
{
background-color: #AAA65B;
}
.BgClassName
{
background-color: #AAA65B;
}
</style>
border-color css
<style>
span { border-color: #AAA65B; }
span { border-color: rgb(170,166,91); }
td.TdClassName
{
border-color: #AAA65B;
}
.TagClassName
{
border-color: #AAA65B;
}
</style>