Shades of Olivine #A3B968
Tints of Olivine #A3B968
RGB
CMYK
RGB Variations
Color information
#A3B968 (or 0xA3B968) is known color: Olivine. HEX triplet: A3, B9 and 68. RGB value is (163,185,104). Sum of RGB (Red+Green+Blue) = 163+185+104=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B968 is #5C4697. Grayscale: #A9A9A9. Windows color (decimal): -6047384 or 6863267. OLE color: 6863267.
HSL color Cylindrical-coordinate representation of color #A3B968: hue angle of 76.3º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3B968 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 185 | 104 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.27 |
| HSL | 76.3º | 0.37% | 0.57% | - |
| HSV(B) | 76.3º | 0.44% | 0.73% | - |
| XYZ | 34.95 | 43.48 | 19.65 | - |
| YUV | 169.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 185 | 104 | 0.12 | 0 | 0.44 | 0.27 | 76.3 | 0.37 | 0.57 |
| Hex | A3 | B9 | 68 | C | 0 | 2C | 1B | 4C | 25 | 39 |
| Octal | 243 | 271 | 150 | 14 | 0 | 54 | 33 | 114 | 45 | 71 |
| Binary | 10100011 | 10111001 | 1101000 | 1100 | 0 | 101100 | 11011 | 1001100 | 100101 | 111001 |
Color Harmonies of #A3B968
Complementary color
Monochromatic Colors of #A3B968
Black with #A3B968
Text Example
Text Example
White with #A3B968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B968; }
p { color: rgb(163,185,104); }
H1.HeaderClassName
{
color: #A3B968;
}
.AnyTagClassName
{
color: #A3B968;
}
</style>
background-color css
<style>
a { background-color: #A3B968; }
a { background-color: rgb(163,185,104); }
div.DivClassName
{
background-color: #A3B968;
}
.BgClassName
{
background-color: #A3B968;
}
</style>
border-color css
<style>
span { border-color: #A3B968; }
span { border-color: rgb(163,185,104); }
td.TdClassName
{
border-color: #A3B968;
}
.TagClassName
{
border-color: #A3B968;
}
</style>