Shades of Olive Green #ABAC6C
Tints of Olive Green #ABAC6C
RGB
CMYK
RGB Variations
Color information
#ABAC6C (or 0xABAC6C) is known color: Olive Green. HEX triplet: AB, AC and 6C. RGB value is (171,172,108). Sum of RGB (Red+Green+Blue) = 171+172+108=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC6C is #545393. Grayscale: #A4A4A4. Windows color (decimal): -5526420 or 7122091. OLE color: 7122091.
HSL color Cylindrical-coordinate representation of color #ABAC6C: hue angle of 60.94º 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 #ABAC6C is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 108 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.33 |
| HSL | 60.94º | 0.28% | 0.55% | - |
| HSV(B) | 60.94º | 0.37% | 0.67% | - |
| XYZ | 34.25 | 39.25 | 19.96 | - |
| YUV | 164.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 108 | 0.01 | 0 | 0.37 | 0.33 | 60.94 | 0.28 | 0.55 |
| Hex | AB | AC | 6C | 1 | 0 | 25 | 21 | 3D | 1C | 37 |
| Octal | 253 | 254 | 154 | 1 | 0 | 45 | 41 | 75 | 34 | 67 |
| Binary | 10101011 | 10101100 | 1101100 | 1 | 0 | 100101 | 100001 | 111101 | 11100 | 110111 |
Color Harmonies of #ABAC6C
Complementary color
Monochromatic Colors of #ABAC6C
Black with #ABAC6C
Text Example
Text Example
White with #ABAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC6C; }
p { color: rgb(171,172,108); }
H1.HeaderClassName
{
color: #ABAC6C;
}
.AnyTagClassName
{
color: #ABAC6C;
}
</style>
background-color css
<style>
a { background-color: #ABAC6C; }
a { background-color: rgb(171,172,108); }
div.DivClassName
{
background-color: #ABAC6C;
}
.BgClassName
{
background-color: #ABAC6C;
}
</style>
border-color css
<style>
span { border-color: #ABAC6C; }
span { border-color: rgb(171,172,108); }
td.TdClassName
{
border-color: #ABAC6C;
}
.TagClassName
{
border-color: #ABAC6C;
}
</style>