Shades of Olive Green #A6AB4C
Tints of Olive Green #A6AB4C
RGB
CMYK
RGB Variations
Color information
#A6AB4C (or 0xA6AB4C) is known color: Olive Green. HEX triplet: A6, AB and 4C. RGB value is (166,171,76). Sum of RGB (Red+Green+Blue) = 166+171+76=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AB4C is #5954B3. Grayscale: #9F9F9F. Windows color (decimal): -5854388 or 5024678. OLE color: 5024678.
HSL color Cylindrical-coordinate representation of color #A6AB4C: hue angle of 63.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6AB4C is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 76 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.33 |
| HSL | 63.16º | 0.38% | 0.48% | - |
| HSV(B) | 63.16º | 0.56% | 0.67% | - |
| XYZ | 31.59 | 37.75 | 12.46 | - |
| YUV | 158.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 76 | 0.03 | 0 | 0.56 | 0.33 | 63.16 | 0.38 | 0.48 |
| Hex | A6 | AB | 4C | 3 | 0 | 38 | 21 | 3F | 26 | 30 |
| Octal | 246 | 253 | 114 | 3 | 0 | 70 | 41 | 77 | 46 | 60 |
| Binary | 10100110 | 10101011 | 1001100 | 11 | 0 | 111000 | 100001 | 111111 | 100110 | 110000 |
Color Harmonies of #A6AB4C
Complementary color
Monochromatic Colors of #A6AB4C
Black with #A6AB4C
Text Example
Text Example
White with #A6AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB4C; }
p { color: rgb(166,171,76); }
H1.HeaderClassName
{
color: #A6AB4C;
}
.AnyTagClassName
{
color: #A6AB4C;
}
</style>
background-color css
<style>
a { background-color: #A6AB4C; }
a { background-color: rgb(166,171,76); }
div.DivClassName
{
background-color: #A6AB4C;
}
.BgClassName
{
background-color: #A6AB4C;
}
</style>
border-color css
<style>
span { border-color: #A6AB4C; }
span { border-color: rgb(166,171,76); }
td.TdClassName
{
border-color: #A6AB4C;
}
.TagClassName
{
border-color: #A6AB4C;
}
</style>