Shades of Olive Green #A7A35C
Tints of Olive Green #A7A35C
RGB
CMYK
RGB Variations
Color information
#A7A35C (or 0xA7A35C) is known color: Olive Green. HEX triplet: A7, A3 and 5C. RGB value is (167,163,92). Sum of RGB (Red+Green+Blue) = 167+163+92=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A35C is #585CA3. Grayscale: #9C9C9C. Windows color (decimal): -5790884 or 6071207. OLE color: 6071207.
HSL color Cylindrical-coordinate representation of color #A7A35C: hue angle of 56.8º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7A35C is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 163 | 92 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.35 |
| HSL | 56.8º | 0.3% | 0.51% | - |
| HSV(B) | 56.8º | 0.45% | 0.65% | - |
| XYZ | 30.97 | 35.18 | 15.28 | - |
| YUV | 156.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 163 | 92 | 0 | 0.02 | 0.45 | 0.35 | 56.8 | 0.3 | 0.51 |
| Hex | A7 | A3 | 5C | 0 | 2 | 2D | 23 | 39 | 1E | 33 |
| Octal | 247 | 243 | 134 | 0 | 2 | 55 | 43 | 71 | 36 | 63 |
| Binary | 10100111 | 10100011 | 1011100 | 0 | 10 | 101101 | 100011 | 111001 | 11110 | 110011 |
Color Harmonies of #A7A35C
Complementary color
Monochromatic Colors of #A7A35C
Black with #A7A35C
Text Example
Text Example
White with #A7A35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A35C; }
p { color: rgb(167,163,92); }
H1.HeaderClassName
{
color: #A7A35C;
}
.AnyTagClassName
{
color: #A7A35C;
}
</style>
background-color css
<style>
a { background-color: #A7A35C; }
a { background-color: rgb(167,163,92); }
div.DivClassName
{
background-color: #A7A35C;
}
.BgClassName
{
background-color: #A7A35C;
}
</style>
border-color css
<style>
span { border-color: #A7A35C; }
span { border-color: rgb(167,163,92); }
td.TdClassName
{
border-color: #A7A35C;
}
.TagClassName
{
border-color: #A7A35C;
}
</style>