Shades of Olive Green #AAA65C
Tints of Olive Green #AAA65C
RGB
CMYK
RGB Variations
Color information
#AAA65C (or 0xAAA65C) is known color: Olive Green. HEX triplet: AA, A6 and 5C. RGB value is (170,166,92). Sum of RGB (Red+Green+Blue) = 170+166+92=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA65C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA65C is #5559A3. Grayscale: #9F9F9F. Windows color (decimal): -5593508 or 6071978. OLE color: 6071978.
HSL color Cylindrical-coordinate representation of color #AAA65C: hue angle of 56.92º degrees, saturation: 0.31, 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 #AAA65C is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 92 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.33 |
| HSL | 56.92º | 0.31% | 0.51% | - |
| HSV(B) | 56.92º | 0.46% | 0.67% | - |
| XYZ | 32.15 | 36.59 | 15.49 | - |
| YUV | 158.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 92 | 0 | 0.02 | 0.46 | 0.33 | 56.92 | 0.31 | 0.51 |
| Hex | AA | A6 | 5C | 0 | 2 | 2E | 21 | 39 | 1F | 33 |
| Octal | 252 | 246 | 134 | 0 | 2 | 56 | 41 | 71 | 37 | 63 |
| Binary | 10101010 | 10100110 | 1011100 | 0 | 10 | 101110 | 100001 | 111001 | 11111 | 110011 |
Color Harmonies of #AAA65C
Complementary color
Monochromatic Colors of #AAA65C
Black with #AAA65C
Text Example
Text Example
White with #AAA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA65C; }
p { color: rgb(170,166,92); }
H1.HeaderClassName
{
color: #AAA65C;
}
.AnyTagClassName
{
color: #AAA65C;
}
</style>
background-color css
<style>
a { background-color: #AAA65C; }
a { background-color: rgb(170,166,92); }
div.DivClassName
{
background-color: #AAA65C;
}
.BgClassName
{
background-color: #AAA65C;
}
</style>
border-color css
<style>
span { border-color: #AAA65C; }
span { border-color: rgb(170,166,92); }
td.TdClassName
{
border-color: #AAA65C;
}
.TagClassName
{
border-color: #AAA65C;
}
</style>