Shades of Olivine #A3BA70
Tints of Olivine #A3BA70
RGB
CMYK
RGB Variations
Color information
#A3BA70 (or 0xA3BA70) is known color: Olivine. HEX triplet: A3, BA and 70. RGB value is (163,186,112). Sum of RGB (Red+Green+Blue) = 163+186+112=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA70 is #5C458F. Grayscale: #AAAAAA. Windows color (decimal): -6047120 or 7387811. OLE color: 7387811.
HSL color Cylindrical-coordinate representation of color #A3BA70: hue angle of 78.65º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3BA70 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 112 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.27 |
| HSL | 78.65º | 0.35% | 0.58% | - |
| HSV(B) | 78.65º | 0.4% | 0.73% | - |
| XYZ | 35.59 | 44.07 | 21.96 | - |
| YUV | 170.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 112 | 0.12 | 0 | 0.40 | 0.27 | 78.65 | 0.35 | 0.58 |
| Hex | A3 | BA | 70 | C | 0 | 28 | 1B | 4F | 23 | 3A |
| Octal | 243 | 272 | 160 | 14 | 0 | 50 | 33 | 117 | 43 | 72 |
| Binary | 10100011 | 10111010 | 1110000 | 1100 | 0 | 101000 | 11011 | 1001111 | 100011 | 111010 |
Color Harmonies of #A3BA70
Complementary color
Monochromatic Colors of #A3BA70
Black with #A3BA70
Text Example
Text Example
White with #A3BA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA70; }
p { color: rgb(163,186,112); }
H1.HeaderClassName
{
color: #A3BA70;
}
.AnyTagClassName
{
color: #A3BA70;
}
</style>
background-color css
<style>
a { background-color: #A3BA70; }
a { background-color: rgb(163,186,112); }
div.DivClassName
{
background-color: #A3BA70;
}
.BgClassName
{
background-color: #A3BA70;
}
</style>
border-color css
<style>
span { border-color: #A3BA70; }
span { border-color: rgb(163,186,112); }
td.TdClassName
{
border-color: #A3BA70;
}
.TagClassName
{
border-color: #A3BA70;
}
</style>