Shades of Olivine #A3BC70
Tints of Olivine #A3BC70
RGB
CMYK
RGB Variations
Color information
#A3BC70 (or 0xA3BC70) is known color: Olivine. HEX triplet: A3, BC and 70. RGB value is (163,188,112). Sum of RGB (Red+Green+Blue) = 163+188+112=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC70 is #5C438F. Grayscale: #ACACAC. Windows color (decimal): -6046608 or 7388323. OLE color: 7388323.
HSL color Cylindrical-coordinate representation of color #A3BC70: hue angle of 79.74º 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 #A3BC70 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 112 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.26 |
| HSL | 79.74º | 0.36% | 0.59% | - |
| HSV(B) | 79.74º | 0.4% | 0.74% | - |
| XYZ | 36.01 | 44.92 | 22.1 | - |
| YUV | 171.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 112 | 0.13 | 0 | 0.40 | 0.26 | 79.74 | 0.36 | 0.59 |
| Hex | A3 | BC | 70 | D | 0 | 28 | 1A | 50 | 24 | 3B |
| Octal | 243 | 274 | 160 | 15 | 0 | 50 | 32 | 120 | 44 | 73 |
| Binary | 10100011 | 10111100 | 1110000 | 1101 | 0 | 101000 | 11010 | 1010000 | 100100 | 111011 |
Color Harmonies of #A3BC70
Complementary color
Monochromatic Colors of #A3BC70
Black with #A3BC70
Text Example
Text Example
White with #A3BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC70; }
p { color: rgb(163,188,112); }
H1.HeaderClassName
{
color: #A3BC70;
}
.AnyTagClassName
{
color: #A3BC70;
}
</style>
background-color css
<style>
a { background-color: #A3BC70; }
a { background-color: rgb(163,188,112); }
div.DivClassName
{
background-color: #A3BC70;
}
.BgClassName
{
background-color: #A3BC70;
}
</style>
border-color css
<style>
span { border-color: #A3BC70; }
span { border-color: rgb(163,188,112); }
td.TdClassName
{
border-color: #A3BC70;
}
.TagClassName
{
border-color: #A3BC70;
}
</style>