Shades of Olivine #A7CD6E
Tints of Olivine #A7CD6E
RGB
CMYK
RGB Variations
Color information
#A7CD6E (or 0xA7CD6E) is known color: Olivine. HEX triplet: A7, CD and 6E. RGB value is (167,205,110). Sum of RGB (Red+Green+Blue) = 167+205+110=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CD6E is #583291. Grayscale: #B7B7B7. Windows color (decimal): -5780114 or 7261607. OLE color: 7261607.
HSL color Cylindrical-coordinate representation of color #A7CD6E: hue angle of 84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7CD6E is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 205 | 110 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.20 |
| HSL | 84º | 0.49% | 0.62% | - |
| HSV(B) | 84º | 0.46% | 0.8% | - |
| XYZ | 40.58 | 53 | 22.84 | - |
| YUV | 182.81 | 86.91 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 205 | 110 | 0.19 | 0 | 0.46 | 0.20 | 84 | 0.49 | 0.62 |
| Hex | A7 | CD | 6E | 13 | 0 | 2E | 14 | 54 | 31 | 3E |
| Octal | 247 | 315 | 156 | 23 | 0 | 56 | 24 | 124 | 61 | 76 |
| Binary | 10100111 | 11001101 | 1101110 | 10011 | 0 | 101110 | 10100 | 1010100 | 110001 | 111110 |
Color Harmonies of #A7CD6E
Complementary color
Monochromatic Colors of #A7CD6E
Black with #A7CD6E
Text Example
Text Example
White with #A7CD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CD6E; }
p { color: rgb(167,205,110); }
H1.HeaderClassName
{
color: #A7CD6E;
}
.AnyTagClassName
{
color: #A7CD6E;
}
</style>
background-color css
<style>
a { background-color: #A7CD6E; }
a { background-color: rgb(167,205,110); }
div.DivClassName
{
background-color: #A7CD6E;
}
.BgClassName
{
background-color: #A7CD6E;
}
</style>
border-color css
<style>
span { border-color: #A7CD6E; }
span { border-color: rgb(167,205,110); }
td.TdClassName
{
border-color: #A7CD6E;
}
.TagClassName
{
border-color: #A7CD6E;
}
</style>