Shades of Olivine #A6BC70
Tints of Olivine #A6BC70
RGB
CMYK
RGB Variations
Color information
#A6BC70 (or 0xA6BC70) is known color: Olivine. HEX triplet: A6, BC and 70. RGB value is (166,188,112). Sum of RGB (Red+Green+Blue) = 166+188+112=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC70 is #59438F. Grayscale: #ADADAD. Windows color (decimal): -5850000 or 7388326. OLE color: 7388326.
HSL color Cylindrical-coordinate representation of color #A6BC70: hue angle of 77.37º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6BC70 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 112 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.26 |
| HSL | 77.37º | 0.36% | 0.59% | - |
| HSV(B) | 77.37º | 0.4% | 0.74% | - |
| XYZ | 36.63 | 45.24 | 22.13 | - |
| YUV | 172.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 112 | 0.12 | 0 | 0.40 | 0.26 | 77.37 | 0.36 | 0.59 |
| Hex | A6 | BC | 70 | C | 0 | 28 | 1A | 4D | 24 | 3B |
| Octal | 246 | 274 | 160 | 14 | 0 | 50 | 32 | 115 | 44 | 73 |
| Binary | 10100110 | 10111100 | 1110000 | 1100 | 0 | 101000 | 11010 | 1001101 | 100100 | 111011 |
Color Harmonies of #A6BC70
Complementary color
Monochromatic Colors of #A6BC70
Black with #A6BC70
Text Example
Text Example
White with #A6BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BC70; }
p { color: rgb(166,188,112); }
H1.HeaderClassName
{
color: #A6BC70;
}
.AnyTagClassName
{
color: #A6BC70;
}
</style>
background-color css
<style>
a { background-color: #A6BC70; }
a { background-color: rgb(166,188,112); }
div.DivClassName
{
background-color: #A6BC70;
}
.BgClassName
{
background-color: #A6BC70;
}
</style>
border-color css
<style>
span { border-color: #A6BC70; }
span { border-color: rgb(166,188,112); }
td.TdClassName
{
border-color: #A6BC70;
}
.TagClassName
{
border-color: #A6BC70;
}
</style>