Shades of Olivine #A7C56D
Tints of Olivine #A7C56D
RGB
CMYK
RGB Variations
Color information
#A7C56D (or 0xA7C56D) is known color: Olivine. HEX triplet: A7, C5 and 6D. RGB value is (167,197,109). Sum of RGB (Red+Green+Blue) = 167+197+109=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C56D is #583A92. Grayscale: #B2B2B2. Windows color (decimal): -5782163 or 7194023. OLE color: 7194023.
HSL color Cylindrical-coordinate representation of color #A7C56D: hue angle of 80.45º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7C56D is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 197 | 109 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.23 |
| HSL | 80.45º | 0.43% | 0.6% | - |
| HSV(B) | 80.45º | 0.45% | 0.77% | - |
| XYZ | 38.66 | 49.25 | 21.94 | - |
| YUV | 178 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 197 | 109 | 0.15 | 0 | 0.45 | 0.23 | 80.45 | 0.43 | 0.6 |
| Hex | A7 | C5 | 6D | F | 0 | 2D | 17 | 50 | 2B | 3C |
| Octal | 247 | 305 | 155 | 17 | 0 | 55 | 27 | 120 | 53 | 74 |
| Binary | 10100111 | 11000101 | 1101101 | 1111 | 0 | 101101 | 10111 | 1010000 | 101011 | 111100 |
Color Harmonies of #A7C56D
Complementary color
Monochromatic Colors of #A7C56D
Black with #A7C56D
Text Example
Text Example
White with #A7C56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C56D; }
p { color: rgb(167,197,109); }
H1.HeaderClassName
{
color: #A7C56D;
}
.AnyTagClassName
{
color: #A7C56D;
}
</style>
background-color css
<style>
a { background-color: #A7C56D; }
a { background-color: rgb(167,197,109); }
div.DivClassName
{
background-color: #A7C56D;
}
.BgClassName
{
background-color: #A7C56D;
}
</style>
border-color css
<style>
span { border-color: #A7C56D; }
span { border-color: rgb(167,197,109); }
td.TdClassName
{
border-color: #A7C56D;
}
.TagClassName
{
border-color: #A7C56D;
}
</style>