Shades of Olive Green #A7B15A
Tints of Olive Green #A7B15A
RGB
CMYK
RGB Variations
Color information
#A7B15A (or 0xA7B15A) is known color: Olive Green. HEX triplet: A7, B1 and 5A. RGB value is (167,177,90). Sum of RGB (Red+Green+Blue) = 167+177+90=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B15A is #584EA5. Grayscale: #A4A4A4. Windows color (decimal): -5787302 or 5943719. OLE color: 5943719.
HSL color Cylindrical-coordinate representation of color #A7B15A: hue angle of 66.9º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7B15A is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 90 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.31 |
| HSL | 66.9º | 0.36% | 0.52% | - |
| HSV(B) | 66.9º | 0.49% | 0.69% | - |
| XYZ | 33.5 | 40.4 | 15.7 | - |
| YUV | 164.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 90 | 0.06 | 0 | 0.49 | 0.31 | 66.9 | 0.36 | 0.52 |
| Hex | A7 | B1 | 5A | 6 | 0 | 31 | 1F | 43 | 24 | 34 |
| Octal | 247 | 261 | 132 | 6 | 0 | 61 | 37 | 103 | 44 | 64 |
| Binary | 10100111 | 10110001 | 1011010 | 110 | 0 | 110001 | 11111 | 1000011 | 100100 | 110100 |
Color Harmonies of #A7B15A
Complementary color
Monochromatic Colors of #A7B15A
Black with #A7B15A
Text Example
Text Example
White with #A7B15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B15A; }
p { color: rgb(167,177,90); }
H1.HeaderClassName
{
color: #A7B15A;
}
.AnyTagClassName
{
color: #A7B15A;
}
</style>
background-color css
<style>
a { background-color: #A7B15A; }
a { background-color: rgb(167,177,90); }
div.DivClassName
{
background-color: #A7B15A;
}
.BgClassName
{
background-color: #A7B15A;
}
</style>
border-color css
<style>
span { border-color: #A7B15A; }
span { border-color: rgb(167,177,90); }
td.TdClassName
{
border-color: #A7B15A;
}
.TagClassName
{
border-color: #A7B15A;
}
</style>