Shades of Olive Green #A7AB53
Tints of Olive Green #A7AB53
RGB
CMYK
RGB Variations
Color information
#A7AB53 (or 0xA7AB53) is known color: Olive Green. HEX triplet: A7, AB and 53. RGB value is (167,171,83). Sum of RGB (Red+Green+Blue) = 167+171+83=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #A7AB53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AB53 is #5854AC. Grayscale: #A0A0A0. Windows color (decimal): -5788845 or 5483431. OLE color: 5483431.
HSL color Cylindrical-coordinate representation of color #A7AB53: hue angle of 62.73º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7AB53 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 171 | 83 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.33 |
| HSL | 62.73º | 0.35% | 0.5% | - |
| HSV(B) | 62.73º | 0.51% | 0.67% | - |
| XYZ | 32.06 | 37.97 | 13.82 | - |
| YUV | 159.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 171 | 83 | 0.02 | 0 | 0.51 | 0.33 | 62.73 | 0.35 | 0.5 |
| Hex | A7 | AB | 53 | 2 | 0 | 33 | 21 | 3F | 23 | 32 |
| Octal | 247 | 253 | 123 | 2 | 0 | 63 | 41 | 77 | 43 | 62 |
| Binary | 10100111 | 10101011 | 1010011 | 10 | 0 | 110011 | 100001 | 111111 | 100011 | 110010 |
Color Harmonies of #A7AB53
Complementary color
Monochromatic Colors of #A7AB53
Black with #A7AB53
Text Example
Text Example
White with #A7AB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AB53; }
p { color: rgb(167,171,83); }
H1.HeaderClassName
{
color: #A7AB53;
}
.AnyTagClassName
{
color: #A7AB53;
}
</style>
background-color css
<style>
a { background-color: #A7AB53; }
a { background-color: rgb(167,171,83); }
div.DivClassName
{
background-color: #A7AB53;
}
.BgClassName
{
background-color: #A7AB53;
}
</style>
border-color css
<style>
span { border-color: #A7AB53; }
span { border-color: rgb(167,171,83); }
td.TdClassName
{
border-color: #A7AB53;
}
.TagClassName
{
border-color: #A7AB53;
}
</style>