Shades of Olive Green #A8AC4D
Tints of Olive Green #A8AC4D
RGB
CMYK
RGB Variations
Color information
#A8AC4D (or 0xA8AC4D) is known color: Olive Green. HEX triplet: A8, AC and 4D. RGB value is (168,172,77). Sum of RGB (Red+Green+Blue) = 168+172+77=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC4D is #5753B2. Grayscale: #A0A0A0. Windows color (decimal): -5723059 or 5090472. OLE color: 5090472.
HSL color Cylindrical-coordinate representation of color #A8AC4D: hue angle of 62.53º 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 #A8AC4D is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 77 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.33 |
| HSL | 62.53º | 0.38% | 0.49% | - |
| HSV(B) | 62.53º | 0.55% | 0.67% | - |
| XYZ | 32.24 | 38.37 | 12.73 | - |
| YUV | 159.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 77 | 0.02 | 0 | 0.55 | 0.33 | 62.53 | 0.38 | 0.49 |
| Hex | A8 | AC | 4D | 2 | 0 | 37 | 21 | 3F | 26 | 31 |
| Octal | 250 | 254 | 115 | 2 | 0 | 67 | 41 | 77 | 46 | 61 |
| Binary | 10101000 | 10101100 | 1001101 | 10 | 0 | 110111 | 100001 | 111111 | 100110 | 110001 |
Color Harmonies of #A8AC4D
Complementary color
Monochromatic Colors of #A8AC4D
Black with #A8AC4D
Text Example
Text Example
White with #A8AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC4D; }
p { color: rgb(168,172,77); }
H1.HeaderClassName
{
color: #A8AC4D;
}
.AnyTagClassName
{
color: #A8AC4D;
}
</style>
background-color css
<style>
a { background-color: #A8AC4D; }
a { background-color: rgb(168,172,77); }
div.DivClassName
{
background-color: #A8AC4D;
}
.BgClassName
{
background-color: #A8AC4D;
}
</style>
border-color css
<style>
span { border-color: #A8AC4D; }
span { border-color: rgb(168,172,77); }
td.TdClassName
{
border-color: #A8AC4D;
}
.TagClassName
{
border-color: #A8AC4D;
}
</style>