Shades of Olive Green #AAB75D
Tints of Olive Green #AAB75D
RGB
CMYK
RGB Variations
Color information
#AAB75D (or 0xAAB75D) is known color: Olive Green. HEX triplet: AA, B7 and 5D. RGB value is (170,183,93). Sum of RGB (Red+Green+Blue) = 170+183+93=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB75D is #5548A2. Grayscale: #A9A9A9. Windows color (decimal): -5589155 or 6141866. OLE color: 6141866.
HSL color Cylindrical-coordinate representation of color #AAB75D: hue angle of 68.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAB75D is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 93 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.28 |
| HSL | 68.67º | 0.38% | 0.54% | - |
| HSV(B) | 68.67º | 0.49% | 0.72% | - |
| XYZ | 35.49 | 43.2 | 16.82 | - |
| YUV | 168.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 93 | 0.07 | 0 | 0.49 | 0.28 | 68.67 | 0.38 | 0.54 |
| Hex | AA | B7 | 5D | 7 | 0 | 31 | 1C | 45 | 26 | 36 |
| Octal | 252 | 267 | 135 | 7 | 0 | 61 | 34 | 105 | 46 | 66 |
| Binary | 10101010 | 10110111 | 1011101 | 111 | 0 | 110001 | 11100 | 1000101 | 100110 | 110110 |
Color Harmonies of #AAB75D
Complementary color
Monochromatic Colors of #AAB75D
Black with #AAB75D
Text Example
Text Example
White with #AAB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB75D; }
p { color: rgb(170,183,93); }
H1.HeaderClassName
{
color: #AAB75D;
}
.AnyTagClassName
{
color: #AAB75D;
}
</style>
background-color css
<style>
a { background-color: #AAB75D; }
a { background-color: rgb(170,183,93); }
div.DivClassName
{
background-color: #AAB75D;
}
.BgClassName
{
background-color: #AAB75D;
}
</style>
border-color css
<style>
span { border-color: #AAB75D; }
span { border-color: rgb(170,183,93); }
td.TdClassName
{
border-color: #AAB75D;
}
.TagClassName
{
border-color: #AAB75D;
}
</style>