Shades of Olivine #A3C179
Tints of Olivine #A3C179
RGB
CMYK
RGB Variations
Color information
#A3C179 (or 0xA3C179) is known color: Olivine. HEX triplet: A3, C1 and 79. RGB value is (163,193,121). Sum of RGB (Red+Green+Blue) = 163+193+121=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C179 is #5C3E86. Grayscale: #B0B0B0. Windows color (decimal): -6045319 or 7979427. OLE color: 7979427.
HSL color Cylindrical-coordinate representation of color #A3C179: hue angle of 85º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3C179 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 121 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.24 |
| HSL | 85º | 0.37% | 0.62% | - |
| HSV(B) | 85º | 0.37% | 0.76% | - |
| XYZ | 37.63 | 47.31 | 25.24 | - |
| YUV | 175.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 121 | 0.16 | 0 | 0.37 | 0.24 | 85 | 0.37 | 0.62 |
| Hex | A3 | C1 | 79 | 10 | 0 | 25 | 18 | 55 | 25 | 3E |
| Octal | 243 | 301 | 171 | 20 | 0 | 45 | 30 | 125 | 45 | 76 |
| Binary | 10100011 | 11000001 | 1111001 | 10000 | 0 | 100101 | 11000 | 1010101 | 100101 | 111110 |
Color Harmonies of #A3C179
Complementary color
Monochromatic Colors of #A3C179
Black with #A3C179
Text Example
Text Example
White with #A3C179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C179; }
p { color: rgb(163,193,121); }
H1.HeaderClassName
{
color: #A3C179;
}
.AnyTagClassName
{
color: #A3C179;
}
</style>
background-color css
<style>
a { background-color: #A3C179; }
a { background-color: rgb(163,193,121); }
div.DivClassName
{
background-color: #A3C179;
}
.BgClassName
{
background-color: #A3C179;
}
</style>
border-color css
<style>
span { border-color: #A3C179; }
span { border-color: rgb(163,193,121); }
td.TdClassName
{
border-color: #A3C179;
}
.TagClassName
{
border-color: #A3C179;
}
</style>