Shades of Olivine #A3C576
Tints of Olivine #A3C576
RGB
CMYK
RGB Variations
Color information
#A3C576 (or 0xA3C576) is known color: Olivine. HEX triplet: A3, C5 and 76. RGB value is (163,197,118). Sum of RGB (Red+Green+Blue) = 163+197+118=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C576 is #5C3A89. Grayscale: #B2B2B2. Windows color (decimal): -6044298 or 7783843. OLE color: 7783843.
HSL color Cylindrical-coordinate representation of color #A3C576: hue angle of 85.82º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3C576 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 118 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.23 |
| HSL | 85.82º | 0.41% | 0.62% | - |
| HSV(B) | 85.82º | 0.4% | 0.77% | - |
| XYZ | 38.34 | 49.03 | 24.58 | - |
| YUV | 177.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 118 | 0.17 | 0 | 0.40 | 0.23 | 85.82 | 0.41 | 0.62 |
| Hex | A3 | C5 | 76 | 11 | 0 | 28 | 17 | 56 | 29 | 3E |
| Octal | 243 | 305 | 166 | 21 | 0 | 50 | 27 | 126 | 51 | 76 |
| Binary | 10100011 | 11000101 | 1110110 | 10001 | 0 | 101000 | 10111 | 1010110 | 101001 | 111110 |
Color Harmonies of #A3C576
Complementary color
Monochromatic Colors of #A3C576
Black with #A3C576
Text Example
Text Example
White with #A3C576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C576; }
p { color: rgb(163,197,118); }
H1.HeaderClassName
{
color: #A3C576;
}
.AnyTagClassName
{
color: #A3C576;
}
</style>
background-color css
<style>
a { background-color: #A3C576; }
a { background-color: rgb(163,197,118); }
div.DivClassName
{
background-color: #A3C576;
}
.BgClassName
{
background-color: #A3C576;
}
</style>
border-color css
<style>
span { border-color: #A3C576; }
span { border-color: rgb(163,197,118); }
td.TdClassName
{
border-color: #A3C576;
}
.TagClassName
{
border-color: #A3C576;
}
</style>