Shades of Olivine #A3BA6F
Tints of Olivine #A3BA6F
RGB
CMYK
RGB Variations
Color information
#A3BA6F (or 0xA3BA6F) is known color: Olivine. HEX triplet: A3, BA and 6F. RGB value is (163,186,111). Sum of RGB (Red+Green+Blue) = 163+186+111=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA6F is #5C4590. Grayscale: #AAAAAA. Windows color (decimal): -6047121 or 7322275. OLE color: 7322275.
HSL color Cylindrical-coordinate representation of color #A3BA6F: hue angle of 78.4º 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 #A3BA6F is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 111 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.27 |
| HSL | 78.4º | 0.35% | 0.58% | - |
| HSV(B) | 78.4º | 0.4% | 0.73% | - |
| XYZ | 35.53 | 44.05 | 21.67 | - |
| YUV | 170.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 111 | 0.12 | 0 | 0.40 | 0.27 | 78.4 | 0.35 | 0.58 |
| Hex | A3 | BA | 6F | C | 0 | 28 | 1B | 4E | 23 | 3A |
| Octal | 243 | 272 | 157 | 14 | 0 | 50 | 33 | 116 | 43 | 72 |
| Binary | 10100011 | 10111010 | 1101111 | 1100 | 0 | 101000 | 11011 | 1001110 | 100011 | 111010 |
Color Harmonies of #A3BA6F
Complementary color
Monochromatic Colors of #A3BA6F
Black with #A3BA6F
Text Example
Text Example
White with #A3BA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA6F; }
p { color: rgb(163,186,111); }
H1.HeaderClassName
{
color: #A3BA6F;
}
.AnyTagClassName
{
color: #A3BA6F;
}
</style>
background-color css
<style>
a { background-color: #A3BA6F; }
a { background-color: rgb(163,186,111); }
div.DivClassName
{
background-color: #A3BA6F;
}
.BgClassName
{
background-color: #A3BA6F;
}
</style>
border-color css
<style>
span { border-color: #A3BA6F; }
span { border-color: rgb(163,186,111); }
td.TdClassName
{
border-color: #A3BA6F;
}
.TagClassName
{
border-color: #A3BA6F;
}
</style>