Shades of Olivine #A3C275
Tints of Olivine #A3C275
RGB
CMYK
RGB Variations
Color information
#A3C275 (or 0xA3C275) is known color: Olivine. HEX triplet: A3, C2 and 75. RGB value is (163,194,117). Sum of RGB (Red+Green+Blue) = 163+194+117=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C275 is #5C3D8A. Grayscale: #B0B0B0. Windows color (decimal): -6045067 or 7717539. OLE color: 7717539.
HSL color Cylindrical-coordinate representation of color #A3C275: hue angle of 84.16º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3C275 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 117 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.24 |
| HSL | 84.16º | 0.39% | 0.61% | - |
| HSV(B) | 84.16º | 0.4% | 0.76% | - |
| XYZ | 37.61 | 47.65 | 24.05 | - |
| YUV | 175.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 117 | 0.16 | 0 | 0.40 | 0.24 | 84.16 | 0.39 | 0.61 |
| Hex | A3 | C2 | 75 | 10 | 0 | 28 | 18 | 54 | 27 | 3D |
| Octal | 243 | 302 | 165 | 20 | 0 | 50 | 30 | 124 | 47 | 75 |
| Binary | 10100011 | 11000010 | 1110101 | 10000 | 0 | 101000 | 11000 | 1010100 | 100111 | 111101 |
Color Harmonies of #A3C275
Complementary color
Monochromatic Colors of #A3C275
Black with #A3C275
Text Example
Text Example
White with #A3C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C275; }
p { color: rgb(163,194,117); }
H1.HeaderClassName
{
color: #A3C275;
}
.AnyTagClassName
{
color: #A3C275;
}
</style>
background-color css
<style>
a { background-color: #A3C275; }
a { background-color: rgb(163,194,117); }
div.DivClassName
{
background-color: #A3C275;
}
.BgClassName
{
background-color: #A3C275;
}
</style>
border-color css
<style>
span { border-color: #A3C275; }
span { border-color: rgb(163,194,117); }
td.TdClassName
{
border-color: #A3C275;
}
.TagClassName
{
border-color: #A3C275;
}
</style>