Shades of Olive Green #ABAB6A
Tints of Olive Green #ABAB6A
RGB
CMYK
RGB Variations
Color information
#ABAB6A (or 0xABAB6A) is known color: Olive Green. HEX triplet: AB, AB and 6A. RGB value is (171,171,106). Sum of RGB (Red+Green+Blue) = 171+171+106=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB6A is #545495. Grayscale: #A3A3A3. Windows color (decimal): -5526678 or 6990763. OLE color: 6990763.
HSL color Cylindrical-coordinate representation of color #ABAB6A: hue angle of 60º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABAB6A is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 106 | - |
| CMYK | 0 | 0 | 0.38 | 0.33 |
| HSL | 60º | 0.28% | 0.54% | - |
| HSV(B) | 60º | 0.38% | 0.67% | - |
| XYZ | 33.96 | 38.82 | 19.34 | - |
| YUV | 163.59 | 95.5 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 106 | 0 | 0 | 0.38 | 0.33 | 60 | 0.28 | 0.54 |
| Hex | AB | AB | 6A | 0 | 0 | 26 | 21 | 3C | 1C | 36 |
| Octal | 253 | 253 | 152 | 0 | 0 | 46 | 41 | 74 | 34 | 66 |
| Binary | 10101011 | 10101011 | 1101010 | 0 | 0 | 100110 | 100001 | 111100 | 11100 | 110110 |
Color Harmonies of #ABAB6A
Complementary color
Monochromatic Colors of #ABAB6A
Black with #ABAB6A
Text Example
Text Example
White with #ABAB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB6A; }
p { color: rgb(171,171,106); }
H1.HeaderClassName
{
color: #ABAB6A;
}
.AnyTagClassName
{
color: #ABAB6A;
}
</style>
background-color css
<style>
a { background-color: #ABAB6A; }
a { background-color: rgb(171,171,106); }
div.DivClassName
{
background-color: #ABAB6A;
}
.BgClassName
{
background-color: #ABAB6A;
}
</style>
border-color css
<style>
span { border-color: #ABAB6A; }
span { border-color: rgb(171,171,106); }
td.TdClassName
{
border-color: #ABAB6A;
}
.TagClassName
{
border-color: #ABAB6A;
}
</style>