Shades of Olivine #A6C070
Tints of Olivine #A6C070
RGB
CMYK
RGB Variations
Color information
#A6C070 (or 0xA6C070) is known color: Olivine. HEX triplet: A6, C0 and 70. RGB value is (166,192,112). Sum of RGB (Red+Green+Blue) = 166+192+112=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C070 is #593F8F. Grayscale: #AFAFAF. Windows color (decimal): -5848976 or 7389350. OLE color: 7389350.
HSL color Cylindrical-coordinate representation of color #A6C070: hue angle of 79.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6C070 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 112 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.25 |
| HSL | 79.5º | 0.39% | 0.6% | - |
| HSV(B) | 79.5º | 0.42% | 0.75% | - |
| XYZ | 37.5 | 46.98 | 22.42 | - |
| YUV | 175.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 112 | 0.14 | 0 | 0.42 | 0.25 | 79.5 | 0.39 | 0.6 |
| Hex | A6 | C0 | 70 | E | 0 | 2A | 19 | 50 | 27 | 3C |
| Octal | 246 | 300 | 160 | 16 | 0 | 52 | 31 | 120 | 47 | 74 |
| Binary | 10100110 | 11000000 | 1110000 | 1110 | 0 | 101010 | 11001 | 1010000 | 100111 | 111100 |
Color Harmonies of #A6C070
Complementary color
Monochromatic Colors of #A6C070
Black with #A6C070
Text Example
Text Example
White with #A6C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C070; }
p { color: rgb(166,192,112); }
H1.HeaderClassName
{
color: #A6C070;
}
.AnyTagClassName
{
color: #A6C070;
}
</style>
background-color css
<style>
a { background-color: #A6C070; }
a { background-color: rgb(166,192,112); }
div.DivClassName
{
background-color: #A6C070;
}
.BgClassName
{
background-color: #A6C070;
}
</style>
border-color css
<style>
span { border-color: #A6C070; }
span { border-color: rgb(166,192,112); }
td.TdClassName
{
border-color: #A6C070;
}
.TagClassName
{
border-color: #A6C070;
}
</style>