Shades of Olivine #A3C47A
Tints of Olivine #A3C47A
RGB
CMYK
RGB Variations
Color information
#A3C47A (or 0xA3C47A) is known color: Olivine. HEX triplet: A3, C4 and 7A. RGB value is (163,196,122). Sum of RGB (Red+Green+Blue) = 163+196+122=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C47A is #5C3B85. Grayscale: #B1B1B1. Windows color (decimal): -6044550 or 8045731. OLE color: 8045731.
HSL color Cylindrical-coordinate representation of color #A3C47A: hue angle of 86.76º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3C47A is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 122 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.23 |
| HSL | 86.76º | 0.39% | 0.62% | - |
| HSV(B) | 86.76º | 0.38% | 0.77% | - |
| XYZ | 38.36 | 48.67 | 25.79 | - |
| YUV | 177.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 122 | 0.17 | 0 | 0.38 | 0.23 | 86.76 | 0.39 | 0.62 |
| Hex | A3 | C4 | 7A | 11 | 0 | 26 | 17 | 57 | 27 | 3E |
| Octal | 243 | 304 | 172 | 21 | 0 | 46 | 27 | 127 | 47 | 76 |
| Binary | 10100011 | 11000100 | 1111010 | 10001 | 0 | 100110 | 10111 | 1010111 | 100111 | 111110 |
Color Harmonies of #A3C47A
Complementary color
Monochromatic Colors of #A3C47A
Black with #A3C47A
Text Example
Text Example
White with #A3C47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C47A; }
p { color: rgb(163,196,122); }
H1.HeaderClassName
{
color: #A3C47A;
}
.AnyTagClassName
{
color: #A3C47A;
}
</style>
background-color css
<style>
a { background-color: #A3C47A; }
a { background-color: rgb(163,196,122); }
div.DivClassName
{
background-color: #A3C47A;
}
.BgClassName
{
background-color: #A3C47A;
}
</style>
border-color css
<style>
span { border-color: #A3C47A; }
span { border-color: rgb(163,196,122); }
td.TdClassName
{
border-color: #A3C47A;
}
.TagClassName
{
border-color: #A3C47A;
}
</style>