Shades of Olive Green #AAB665
Tints of Olive Green #AAB665
RGB
CMYK
RGB Variations
Color information
#AAB665 (or 0xAAB665) is known color: Olive Green. HEX triplet: AA, B6 and 65. RGB value is (170,182,101). Sum of RGB (Red+Green+Blue) = 170+182+101=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB665 is #55499A. Grayscale: #A9A9A9. Windows color (decimal): -5589403 or 6665898. OLE color: 6665898.
HSL color Cylindrical-coordinate representation of color #AAB665: hue angle of 68.89º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAB665 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 101 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.29 |
| HSL | 68.89º | 0.36% | 0.55% | - |
| HSV(B) | 68.89º | 0.45% | 0.71% | - |
| XYZ | 35.65 | 42.94 | 18.72 | - |
| YUV | 169.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 101 | 0.07 | 0 | 0.45 | 0.29 | 68.89 | 0.36 | 0.55 |
| Hex | AA | B6 | 65 | 7 | 0 | 2D | 1D | 45 | 24 | 37 |
| Octal | 252 | 266 | 145 | 7 | 0 | 55 | 35 | 105 | 44 | 67 |
| Binary | 10101010 | 10110110 | 1100101 | 111 | 0 | 101101 | 11101 | 1000101 | 100100 | 110111 |
Color Harmonies of #AAB665
Complementary color
Monochromatic Colors of #AAB665
Black with #AAB665
Text Example
Text Example
White with #AAB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB665; }
p { color: rgb(170,182,101); }
H1.HeaderClassName
{
color: #AAB665;
}
.AnyTagClassName
{
color: #AAB665;
}
</style>
background-color css
<style>
a { background-color: #AAB665; }
a { background-color: rgb(170,182,101); }
div.DivClassName
{
background-color: #AAB665;
}
.BgClassName
{
background-color: #AAB665;
}
</style>
border-color css
<style>
span { border-color: #AAB665; }
span { border-color: rgb(170,182,101); }
td.TdClassName
{
border-color: #AAB665;
}
.TagClassName
{
border-color: #AAB665;
}
</style>