Shades of Olive Green #AAA75B
Tints of Olive Green #AAA75B
RGB
CMYK
RGB Variations
Color information
#AAA75B (or 0xAAA75B) is known color: Olive Green. HEX triplet: AA, A7 and 5B. RGB value is (170,167,91). Sum of RGB (Red+Green+Blue) = 170+167+91=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA75B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA75B is #5558A4. Grayscale: #9F9F9F. Windows color (decimal): -5593253 or 6006698. OLE color: 6006698.
HSL color Cylindrical-coordinate representation of color #AAA75B: hue angle of 57.72º 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 #AAA75B is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 91 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.33 |
| HSL | 57.72º | 0.32% | 0.51% | - |
| HSV(B) | 57.72º | 0.46% | 0.67% | - |
| XYZ | 32.28 | 36.94 | 15.33 | - |
| YUV | 159.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 91 | 0 | 0.02 | 0.46 | 0.33 | 57.72 | 0.32 | 0.51 |
| Hex | AA | A7 | 5B | 0 | 2 | 2E | 21 | 3A | 20 | 33 |
| Octal | 252 | 247 | 133 | 0 | 2 | 56 | 41 | 72 | 40 | 63 |
| Binary | 10101010 | 10100111 | 1011011 | 0 | 10 | 101110 | 100001 | 111010 | 100000 | 110011 |
Color Harmonies of #AAA75B
Complementary color
Monochromatic Colors of #AAA75B
Black with #AAA75B
Text Example
Text Example
White with #AAA75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA75B; }
p { color: rgb(170,167,91); }
H1.HeaderClassName
{
color: #AAA75B;
}
.AnyTagClassName
{
color: #AAA75B;
}
</style>
background-color css
<style>
a { background-color: #AAA75B; }
a { background-color: rgb(170,167,91); }
div.DivClassName
{
background-color: #AAA75B;
}
.BgClassName
{
background-color: #AAA75B;
}
</style>
border-color css
<style>
span { border-color: #AAA75B; }
span { border-color: rgb(170,167,91); }
td.TdClassName
{
border-color: #AAA75B;
}
.TagClassName
{
border-color: #AAA75B;
}
</style>