Shades of Olive Green #A7B45A
Tints of Olive Green #A7B45A
RGB
CMYK
RGB Variations
Color information
#A7B45A (or 0xA7B45A) is known color: Olive Green. HEX triplet: A7, B4 and 5A. RGB value is (167,180,90). Sum of RGB (Red+Green+Blue) = 167+180+90=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B45A is #584BA5. Grayscale: #A6A6A6. Windows color (decimal): -5786534 or 5944487. OLE color: 5944487.
HSL color Cylindrical-coordinate representation of color #A7B45A: hue angle of 68.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7B45A is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 180 | 90 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.29 |
| HSL | 68.67º | 0.38% | 0.53% | - |
| HSV(B) | 68.67º | 0.5% | 0.71% | - |
| XYZ | 34.1 | 41.6 | 15.9 | - |
| YUV | 165.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 180 | 90 | 0.07 | 0 | 0.50 | 0.29 | 68.67 | 0.38 | 0.53 |
| Hex | A7 | B4 | 5A | 7 | 0 | 32 | 1D | 45 | 26 | 35 |
| Octal | 247 | 264 | 132 | 7 | 0 | 62 | 35 | 105 | 46 | 65 |
| Binary | 10100111 | 10110100 | 1011010 | 111 | 0 | 110010 | 11101 | 1000101 | 100110 | 110101 |
Color Harmonies of #A7B45A
Complementary color
Monochromatic Colors of #A7B45A
Black with #A7B45A
Text Example
Text Example
White with #A7B45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B45A; }
p { color: rgb(167,180,90); }
H1.HeaderClassName
{
color: #A7B45A;
}
.AnyTagClassName
{
color: #A7B45A;
}
</style>
background-color css
<style>
a { background-color: #A7B45A; }
a { background-color: rgb(167,180,90); }
div.DivClassName
{
background-color: #A7B45A;
}
.BgClassName
{
background-color: #A7B45A;
}
</style>
border-color css
<style>
span { border-color: #A7B45A; }
span { border-color: rgb(167,180,90); }
td.TdClassName
{
border-color: #A7B45A;
}
.TagClassName
{
border-color: #A7B45A;
}
</style>