Shades of Olive Green #ABAC4D
Tints of Olive Green #ABAC4D
RGB
CMYK
RGB Variations
Color information
#ABAC4D (or 0xABAC4D) is known color: Olive Green. HEX triplet: AB, AC and 4D. RGB value is (171,172,77). Sum of RGB (Red+Green+Blue) = 171+172+77=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC4D is #5453B2. Grayscale: #A1A1A1. Windows color (decimal): -5526451 or 5090475. OLE color: 5090475.
HSL color Cylindrical-coordinate representation of color #ABAC4D: hue angle of 60.63º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABAC4D is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 77 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.33 |
| HSL | 60.63º | 0.38% | 0.49% | - |
| HSV(B) | 60.63º | 0.55% | 0.67% | - |
| XYZ | 32.89 | 38.7 | 12.76 | - |
| YUV | 160.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 77 | 0.01 | 0 | 0.55 | 0.33 | 60.63 | 0.38 | 0.49 |
| Hex | AB | AC | 4D | 1 | 0 | 37 | 21 | 3D | 26 | 31 |
| Octal | 253 | 254 | 115 | 1 | 0 | 67 | 41 | 75 | 46 | 61 |
| Binary | 10101011 | 10101100 | 1001101 | 1 | 0 | 110111 | 100001 | 111101 | 100110 | 110001 |
Color Harmonies of #ABAC4D
Complementary color
Monochromatic Colors of #ABAC4D
Black with #ABAC4D
Text Example
Text Example
White with #ABAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC4D; }
p { color: rgb(171,172,77); }
H1.HeaderClassName
{
color: #ABAC4D;
}
.AnyTagClassName
{
color: #ABAC4D;
}
</style>
background-color css
<style>
a { background-color: #ABAC4D; }
a { background-color: rgb(171,172,77); }
div.DivClassName
{
background-color: #ABAC4D;
}
.BgClassName
{
background-color: #ABAC4D;
}
</style>
border-color css
<style>
span { border-color: #ABAC4D; }
span { border-color: rgb(171,172,77); }
td.TdClassName
{
border-color: #ABAC4D;
}
.TagClassName
{
border-color: #ABAC4D;
}
</style>