Shades of Olive Green #A5AB4C
Tints of Olive Green #A5AB4C
RGB
CMYK
RGB Variations
Color information
#A5AB4C (or 0xA5AB4C) is known color: Olive Green. HEX triplet: A5, AB and 4C. RGB value is (165,171,76). Sum of RGB (Red+Green+Blue) = 165+171+76=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AB4C is #5A54B3. Grayscale: #9E9E9E. Windows color (decimal): -5919924 or 5024677. OLE color: 5024677.
HSL color Cylindrical-coordinate representation of color #A5AB4C: hue angle of 63.79º 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 #A5AB4C is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 76 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.33 |
| HSL | 63.79º | 0.38% | 0.48% | - |
| HSV(B) | 63.79º | 0.56% | 0.67% | - |
| XYZ | 31.38 | 37.65 | 12.45 | - |
| YUV | 158.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 76 | 0.04 | 0 | 0.56 | 0.33 | 63.79 | 0.38 | 0.48 |
| Hex | A5 | AB | 4C | 4 | 0 | 38 | 21 | 40 | 26 | 30 |
| Octal | 245 | 253 | 114 | 4 | 0 | 70 | 41 | 100 | 46 | 60 |
| Binary | 10100101 | 10101011 | 1001100 | 100 | 0 | 111000 | 100001 | 1000000 | 100110 | 110000 |
Color Harmonies of #A5AB4C
Complementary color
Monochromatic Colors of #A5AB4C
Black with #A5AB4C
Text Example
Text Example
White with #A5AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AB4C; }
p { color: rgb(165,171,76); }
H1.HeaderClassName
{
color: #A5AB4C;
}
.AnyTagClassName
{
color: #A5AB4C;
}
</style>
background-color css
<style>
a { background-color: #A5AB4C; }
a { background-color: rgb(165,171,76); }
div.DivClassName
{
background-color: #A5AB4C;
}
.BgClassName
{
background-color: #A5AB4C;
}
</style>
border-color css
<style>
span { border-color: #A5AB4C; }
span { border-color: rgb(165,171,76); }
td.TdClassName
{
border-color: #A5AB4C;
}
.TagClassName
{
border-color: #A5AB4C;
}
</style>