Shades of Olive Green #AAB65C
Tints of Olive Green #AAB65C
RGB
CMYK
RGB Variations
Color information
#AAB65C (or 0xAAB65C) is known color: Olive Green. HEX triplet: AA, B6 and 5C. RGB value is (170,182,92). Sum of RGB (Red+Green+Blue) = 170+182+92=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB65C is #5549A3. Grayscale: #A8A8A8. Windows color (decimal): -5589412 or 6076074. OLE color: 6076074.
HSL color Cylindrical-coordinate representation of color #AAB65C: hue angle of 68º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAB65C is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 92 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.29 |
| HSL | 68º | 0.38% | 0.54% | - |
| HSV(B) | 68º | 0.49% | 0.71% | - |
| XYZ | 35.24 | 42.77 | 16.52 | - |
| YUV | 168.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 92 | 0.07 | 0 | 0.49 | 0.29 | 68 | 0.38 | 0.54 |
| Hex | AA | B6 | 5C | 7 | 0 | 31 | 1D | 44 | 26 | 36 |
| Octal | 252 | 266 | 134 | 7 | 0 | 61 | 35 | 104 | 46 | 66 |
| Binary | 10101010 | 10110110 | 1011100 | 111 | 0 | 110001 | 11101 | 1000100 | 100110 | 110110 |
Color Harmonies of #AAB65C
Complementary color
Monochromatic Colors of #AAB65C
Black with #AAB65C
Text Example
Text Example
White with #AAB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB65C; }
p { color: rgb(170,182,92); }
H1.HeaderClassName
{
color: #AAB65C;
}
.AnyTagClassName
{
color: #AAB65C;
}
</style>
background-color css
<style>
a { background-color: #AAB65C; }
a { background-color: rgb(170,182,92); }
div.DivClassName
{
background-color: #AAB65C;
}
.BgClassName
{
background-color: #AAB65C;
}
</style>
border-color css
<style>
span { border-color: #AAB65C; }
span { border-color: rgb(170,182,92); }
td.TdClassName
{
border-color: #AAB65C;
}
.TagClassName
{
border-color: #AAB65C;
}
</style>