Shades of Olive Green #AAAA65
Tints of Olive Green #AAAA65
RGB
CMYK
RGB Variations
Color information
#AAAA65 (or 0xAAAA65) is known color: Olive Green. HEX triplet: AA, AA and 65. RGB value is (170,170,101). Sum of RGB (Red+Green+Blue) = 170+170+101=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA65 is #55559A. Grayscale: #A2A2A2. Windows color (decimal): -5592475 or 6662826. OLE color: 6662826.
HSL color Cylindrical-coordinate representation of color #AAAA65: hue angle of 60º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAAA65 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 101 | - |
| CMYK | 0 | 0 | 0.41 | 0.33 |
| HSL | 60º | 0.29% | 0.53% | - |
| HSV(B) | 60º | 0.41% | 0.67% | - |
| XYZ | 33.3 | 38.24 | 17.94 | - |
| YUV | 162.13 | 93.5 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 101 | 0 | 0 | 0.41 | 0.33 | 60 | 0.29 | 0.53 |
| Hex | AA | AA | 65 | 0 | 0 | 29 | 21 | 3C | 1D | 35 |
| Octal | 252 | 252 | 145 | 0 | 0 | 51 | 41 | 74 | 35 | 65 |
| Binary | 10101010 | 10101010 | 1100101 | 0 | 0 | 101001 | 100001 | 111100 | 11101 | 110101 |
Color Harmonies of #AAAA65
Complementary color
Monochromatic Colors of #AAAA65
Black with #AAAA65
Text Example
Text Example
White with #AAAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA65; }
p { color: rgb(170,170,101); }
H1.HeaderClassName
{
color: #AAAA65;
}
.AnyTagClassName
{
color: #AAAA65;
}
</style>
background-color css
<style>
a { background-color: #AAAA65; }
a { background-color: rgb(170,170,101); }
div.DivClassName
{
background-color: #AAAA65;
}
.BgClassName
{
background-color: #AAAA65;
}
</style>
border-color css
<style>
span { border-color: #AAAA65; }
span { border-color: rgb(170,170,101); }
td.TdClassName
{
border-color: #AAAA65;
}
.TagClassName
{
border-color: #AAAA65;
}
</style>