Shades of Olive Green #AAA658
Tints of Olive Green #AAA658
RGB
CMYK
RGB Variations
Color information
#AAA658 (or 0xAAA658) is known color: Olive Green. HEX triplet: AA, A6 and 58. RGB value is (170,166,88). Sum of RGB (Red+Green+Blue) = 170+166+88=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA658 is #5559A7. Grayscale: #9E9E9E. Windows color (decimal): -5593512 or 5809834. OLE color: 5809834.
HSL color Cylindrical-coordinate representation of color #AAA658: hue angle of 57.07º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAA658 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 88 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.33 |
| HSL | 57.07º | 0.33% | 0.51% | - |
| HSV(B) | 57.07º | 0.48% | 0.67% | - |
| XYZ | 31.98 | 36.52 | 14.6 | - |
| YUV | 158.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 88 | 0 | 0.02 | 0.48 | 0.33 | 57.07 | 0.33 | 0.51 |
| Hex | AA | A6 | 58 | 0 | 2 | 30 | 21 | 39 | 21 | 33 |
| Octal | 252 | 246 | 130 | 0 | 2 | 60 | 41 | 71 | 41 | 63 |
| Binary | 10101010 | 10100110 | 1011000 | 0 | 10 | 110000 | 100001 | 111001 | 100001 | 110011 |
Color Harmonies of #AAA658
Complementary color
Monochromatic Colors of #AAA658
Black with #AAA658
Text Example
Text Example
White with #AAA658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA658; }
p { color: rgb(170,166,88); }
H1.HeaderClassName
{
color: #AAA658;
}
.AnyTagClassName
{
color: #AAA658;
}
</style>
background-color css
<style>
a { background-color: #AAA658; }
a { background-color: rgb(170,166,88); }
div.DivClassName
{
background-color: #AAA658;
}
.BgClassName
{
background-color: #AAA658;
}
</style>
border-color css
<style>
span { border-color: #AAA658; }
span { border-color: rgb(170,166,88); }
td.TdClassName
{
border-color: #AAA658;
}
.TagClassName
{
border-color: #AAA658;
}
</style>