Shades of Olivine #A3C47B
Tints of Olivine #A3C47B
RGB
CMYK
RGB Variations
Color information
#A3C47B (or 0xA3C47B) is known color: Olivine. HEX triplet: A3, C4 and 7B. RGB value is (163,196,123). Sum of RGB (Red+Green+Blue) = 163+196+123=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C47B is #5C3B84. Grayscale: #B2B2B2. Windows color (decimal): -6044549 or 8111267. OLE color: 8111267.
HSL color Cylindrical-coordinate representation of color #A3C47B: hue angle of 87.12º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3C47B is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 123 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.23 |
| HSL | 87.12º | 0.38% | 0.63% | - |
| HSV(B) | 87.12º | 0.37% | 0.77% | - |
| XYZ | 38.42 | 48.7 | 26.11 | - |
| YUV | 177.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 123 | 0.17 | 0 | 0.37 | 0.23 | 87.12 | 0.38 | 0.63 |
| Hex | A3 | C4 | 7B | 11 | 0 | 25 | 17 | 57 | 26 | 3F |
| Octal | 243 | 304 | 173 | 21 | 0 | 45 | 27 | 127 | 46 | 77 |
| Binary | 10100011 | 11000100 | 1111011 | 10001 | 0 | 100101 | 10111 | 1010111 | 100110 | 111111 |
Color Harmonies of #A3C47B
Complementary color
Monochromatic Colors of #A3C47B
Black with #A3C47B
Text Example
Text Example
White with #A3C47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C47B; }
p { color: rgb(163,196,123); }
H1.HeaderClassName
{
color: #A3C47B;
}
.AnyTagClassName
{
color: #A3C47B;
}
</style>
background-color css
<style>
a { background-color: #A3C47B; }
a { background-color: rgb(163,196,123); }
div.DivClassName
{
background-color: #A3C47B;
}
.BgClassName
{
background-color: #A3C47B;
}
</style>
border-color css
<style>
span { border-color: #A3C47B; }
span { border-color: rgb(163,196,123); }
td.TdClassName
{
border-color: #A3C47B;
}
.TagClassName
{
border-color: #A3C47B;
}
</style>