Shades of Olivine #A3C063
Tints of Olivine #A3C063
RGB
CMYK
RGB Variations
Color information
#A3C063 (or 0xA3C063) is known color: Olivine. HEX triplet: A3, C0 and 63. RGB value is (163,192,99). Sum of RGB (Red+Green+Blue) = 163+192+99=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C063 is #5C3F9C. Grayscale: #ADADAD. Windows color (decimal): -6045597 or 6537379. OLE color: 6537379.
HSL color Cylindrical-coordinate representation of color #A3C063: hue angle of 78.71º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3C063 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 99 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.25 |
| HSL | 78.71º | 0.42% | 0.57% | - |
| HSV(B) | 78.71º | 0.48% | 0.75% | - |
| XYZ | 36.21 | 46.39 | 18.85 | - |
| YUV | 172.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 99 | 0.15 | 0 | 0.48 | 0.25 | 78.71 | 0.42 | 0.57 |
| Hex | A3 | C0 | 63 | F | 0 | 30 | 19 | 4F | 2A | 39 |
| Octal | 243 | 300 | 143 | 17 | 0 | 60 | 31 | 117 | 52 | 71 |
| Binary | 10100011 | 11000000 | 1100011 | 1111 | 0 | 110000 | 11001 | 1001111 | 101010 | 111001 |
Color Harmonies of #A3C063
Complementary color
Monochromatic Colors of #A3C063
Black with #A3C063
Text Example
Text Example
White with #A3C063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C063; }
p { color: rgb(163,192,99); }
H1.HeaderClassName
{
color: #A3C063;
}
.AnyTagClassName
{
color: #A3C063;
}
</style>
background-color css
<style>
a { background-color: #A3C063; }
a { background-color: rgb(163,192,99); }
div.DivClassName
{
background-color: #A3C063;
}
.BgClassName
{
background-color: #A3C063;
}
</style>
border-color css
<style>
span { border-color: #A3C063; }
span { border-color: rgb(163,192,99); }
td.TdClassName
{
border-color: #A3C063;
}
.TagClassName
{
border-color: #A3C063;
}
</style>