Shades of Olivine #A3BA74
Tints of Olivine #A3BA74
RGB
CMYK
RGB Variations
Color information
#A3BA74 (or 0xA3BA74) is known color: Olivine. HEX triplet: A3, BA and 74. RGB value is (163,186,116). Sum of RGB (Red+Green+Blue) = 163+186+116=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA74 is #5C458B. Grayscale: #ABABAB. Windows color (decimal): -6047116 or 7649955. OLE color: 7649955.
HSL color Cylindrical-coordinate representation of color #A3BA74: hue angle of 79.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3BA74 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 116 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.27 |
| HSL | 79.71º | 0.34% | 0.59% | - |
| HSV(B) | 79.71º | 0.38% | 0.73% | - |
| XYZ | 35.82 | 44.17 | 23.16 | - |
| YUV | 171.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 116 | 0.12 | 0 | 0.38 | 0.27 | 79.71 | 0.34 | 0.59 |
| Hex | A3 | BA | 74 | C | 0 | 26 | 1B | 50 | 22 | 3B |
| Octal | 243 | 272 | 164 | 14 | 0 | 46 | 33 | 120 | 42 | 73 |
| Binary | 10100011 | 10111010 | 1110100 | 1100 | 0 | 100110 | 11011 | 1010000 | 100010 | 111011 |
Color Harmonies of #A3BA74
Complementary color
Monochromatic Colors of #A3BA74
Black with #A3BA74
Text Example
Text Example
White with #A3BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA74; }
p { color: rgb(163,186,116); }
H1.HeaderClassName
{
color: #A3BA74;
}
.AnyTagClassName
{
color: #A3BA74;
}
</style>
background-color css
<style>
a { background-color: #A3BA74; }
a { background-color: rgb(163,186,116); }
div.DivClassName
{
background-color: #A3BA74;
}
.BgClassName
{
background-color: #A3BA74;
}
</style>
border-color css
<style>
span { border-color: #A3BA74; }
span { border-color: rgb(163,186,116); }
td.TdClassName
{
border-color: #A3BA74;
}
.TagClassName
{
border-color: #A3BA74;
}
</style>