Shades of Olivine #A7D16E
Tints of Olivine #A7D16E
RGB
CMYK
RGB Variations
Color information
#A7D16E (or 0xA7D16E) is known color: Olivine. HEX triplet: A7, D1 and 6E. RGB value is (167,209,110). Sum of RGB (Red+Green+Blue) = 167+209+110=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #A7D16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D16E is #582E91. Grayscale: #B9B9B9. Windows color (decimal): -5779090 or 7262631. OLE color: 7262631.
HSL color Cylindrical-coordinate representation of color #A7D16E: hue angle of 85.45º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7D16E is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 209 | 110 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.18 |
| HSL | 85.45º | 0.52% | 0.63% | - |
| HSV(B) | 85.45º | 0.47% | 0.82% | - |
| XYZ | 41.55 | 54.94 | 23.17 | - |
| YUV | 185.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 209 | 110 | 0.20 | 0 | 0.47 | 0.18 | 85.45 | 0.52 | 0.63 |
| Hex | A7 | D1 | 6E | 14 | 0 | 2F | 12 | 55 | 34 | 3F |
| Octal | 247 | 321 | 156 | 24 | 0 | 57 | 22 | 125 | 64 | 77 |
| Binary | 10100111 | 11010001 | 1101110 | 10100 | 0 | 101111 | 10010 | 1010101 | 110100 | 111111 |
Color Harmonies of #A7D16E
Complementary color
Monochromatic Colors of #A7D16E
Black with #A7D16E
Text Example
Text Example
White with #A7D16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D16E; }
p { color: rgb(167,209,110); }
H1.HeaderClassName
{
color: #A7D16E;
}
.AnyTagClassName
{
color: #A7D16E;
}
</style>
background-color css
<style>
a { background-color: #A7D16E; }
a { background-color: rgb(167,209,110); }
div.DivClassName
{
background-color: #A7D16E;
}
.BgClassName
{
background-color: #A7D16E;
}
</style>
border-color css
<style>
span { border-color: #A7D16E; }
span { border-color: rgb(167,209,110); }
td.TdClassName
{
border-color: #A7D16E;
}
.TagClassName
{
border-color: #A7D16E;
}
</style>