Shades of Olive Green #A7B456
Tints of Olive Green #A7B456
RGB
CMYK
RGB Variations
Color information
#A7B456 (or 0xA7B456) is known color: Olive Green. HEX triplet: A7, B4 and 56. RGB value is (167,180,86). Sum of RGB (Red+Green+Blue) = 167+180+86=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B456 is #584BA9. Grayscale: #A5A5A5. Windows color (decimal): -5786538 or 5682343. OLE color: 5682343.
HSL color Cylindrical-coordinate representation of color #A7B456: hue angle of 68.3º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A7B456 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 180 | 86 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.29 |
| HSL | 68.3º | 0.39% | 0.52% | - |
| HSV(B) | 68.3º | 0.52% | 0.71% | - |
| XYZ | 33.94 | 41.53 | 15.03 | - |
| YUV | 165.4 | 83.19 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 180 | 86 | 0.07 | 0 | 0.52 | 0.29 | 68.3 | 0.39 | 0.52 |
| Hex | A7 | B4 | 56 | 7 | 0 | 34 | 1D | 44 | 27 | 34 |
| Octal | 247 | 264 | 126 | 7 | 0 | 64 | 35 | 104 | 47 | 64 |
| Binary | 10100111 | 10110100 | 1010110 | 111 | 0 | 110100 | 11101 | 1000100 | 100111 | 110100 |
Color Harmonies of #A7B456
Complementary color
Monochromatic Colors of #A7B456
Black with #A7B456
Text Example
Text Example
White with #A7B456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B456; }
p { color: rgb(167,180,86); }
H1.HeaderClassName
{
color: #A7B456;
}
.AnyTagClassName
{
color: #A7B456;
}
</style>
background-color css
<style>
a { background-color: #A7B456; }
a { background-color: rgb(167,180,86); }
div.DivClassName
{
background-color: #A7B456;
}
.BgClassName
{
background-color: #A7B456;
}
</style>
border-color css
<style>
span { border-color: #A7B456; }
span { border-color: rgb(167,180,86); }
td.TdClassName
{
border-color: #A7B456;
}
.TagClassName
{
border-color: #A7B456;
}
</style>