Shades of Olive Green #ABAA67
Tints of Olive Green #ABAA67
RGB
CMYK
RGB Variations
Color information
#ABAA67 (or 0xABAA67) is known color: Olive Green. HEX triplet: AB, AA and 67. RGB value is (171,170,103). Sum of RGB (Red+Green+Blue) = 171+170+103=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA67 is #545598. Grayscale: #A2A2A2. Windows color (decimal): -5526937 or 6793899. OLE color: 6793899.
HSL color Cylindrical-coordinate representation of color #ABAA67: hue angle of 59.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABAA67 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 103 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.33 |
| HSL | 59.12º | 0.29% | 0.54% | - |
| HSV(B) | 59.12º | 0.4% | 0.67% | - |
| XYZ | 33.62 | 38.39 | 18.47 | - |
| YUV | 162.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 103 | 0 | 0.01 | 0.40 | 0.33 | 59.12 | 0.29 | 0.54 |
| Hex | AB | AA | 67 | 0 | 1 | 28 | 21 | 3B | 1D | 36 |
| Octal | 253 | 252 | 147 | 0 | 1 | 50 | 41 | 73 | 35 | 66 |
| Binary | 10101011 | 10101010 | 1100111 | 0 | 1 | 101000 | 100001 | 111011 | 11101 | 110110 |
Color Harmonies of #ABAA67
Complementary color
Monochromatic Colors of #ABAA67
Black with #ABAA67
Text Example
Text Example
White with #ABAA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA67; }
p { color: rgb(171,170,103); }
H1.HeaderClassName
{
color: #ABAA67;
}
.AnyTagClassName
{
color: #ABAA67;
}
</style>
background-color css
<style>
a { background-color: #ABAA67; }
a { background-color: rgb(171,170,103); }
div.DivClassName
{
background-color: #ABAA67;
}
.BgClassName
{
background-color: #ABAA67;
}
</style>
border-color css
<style>
span { border-color: #ABAA67; }
span { border-color: rgb(171,170,103); }
td.TdClassName
{
border-color: #ABAA67;
}
.TagClassName
{
border-color: #ABAA67;
}
</style>