Shades of Olive Green #ABAA6B
Tints of Olive Green #ABAA6B
RGB
CMYK
RGB Variations
Color information
#ABAA6B (or 0xABAA6B) is known color: Olive Green. HEX triplet: AB, AA and 6B. RGB value is (171,170,107). Sum of RGB (Red+Green+Blue) = 171+170+107=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA6B is #545594. Grayscale: #A3A3A3. Windows color (decimal): -5526933 or 7056043. OLE color: 7056043.
HSL color Cylindrical-coordinate representation of color #ABAA6B: hue angle of 59.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABAA6B is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 107 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.33 |
| HSL | 59.06º | 0.28% | 0.55% | - |
| HSV(B) | 59.06º | 0.37% | 0.67% | - |
| XYZ | 33.82 | 38.47 | 19.55 | - |
| YUV | 163.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 107 | 0 | 0.01 | 0.37 | 0.33 | 59.06 | 0.28 | 0.55 |
| Hex | AB | AA | 6B | 0 | 1 | 25 | 21 | 3B | 1C | 37 |
| Octal | 253 | 252 | 153 | 0 | 1 | 45 | 41 | 73 | 34 | 67 |
| Binary | 10101011 | 10101010 | 1101011 | 0 | 1 | 100101 | 100001 | 111011 | 11100 | 110111 |
Color Harmonies of #ABAA6B
Complementary color
Monochromatic Colors of #ABAA6B
Black with #ABAA6B
Text Example
Text Example
White with #ABAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA6B; }
p { color: rgb(171,170,107); }
H1.HeaderClassName
{
color: #ABAA6B;
}
.AnyTagClassName
{
color: #ABAA6B;
}
</style>
background-color css
<style>
a { background-color: #ABAA6B; }
a { background-color: rgb(171,170,107); }
div.DivClassName
{
background-color: #ABAA6B;
}
.BgClassName
{
background-color: #ABAA6B;
}
</style>
border-color css
<style>
span { border-color: #ABAA6B; }
span { border-color: rgb(171,170,107); }
td.TdClassName
{
border-color: #ABAA6B;
}
.TagClassName
{
border-color: #ABAA6B;
}
</style>