Shades of Olivine #A3C060
Tints of Olivine #A3C060
RGB
CMYK
RGB Variations
Color information
#A3C060 (or 0xA3C060) is known color: Olivine. HEX triplet: A3, C0 and 60. RGB value is (163,192,96). Sum of RGB (Red+Green+Blue) = 163+192+96=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C060 is #5C3F9F. Grayscale: #ACACAC. Windows color (decimal): -6045600 or 6340771. OLE color: 6340771.
HSL color Cylindrical-coordinate representation of color #A3C060: hue angle of 78.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3C060 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 96 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.25 |
| HSL | 78.12º | 0.43% | 0.56% | - |
| HSV(B) | 78.12º | 0.5% | 0.75% | - |
| XYZ | 36.07 | 46.33 | 18.11 | - |
| YUV | 172.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 96 | 0.15 | 0 | 0.50 | 0.25 | 78.12 | 0.43 | 0.56 |
| Hex | A3 | C0 | 60 | F | 0 | 32 | 19 | 4E | 2B | 38 |
| Octal | 243 | 300 | 140 | 17 | 0 | 62 | 31 | 116 | 53 | 70 |
| Binary | 10100011 | 11000000 | 1100000 | 1111 | 0 | 110010 | 11001 | 1001110 | 101011 | 111000 |
Color Harmonies of #A3C060
Complementary color
Monochromatic Colors of #A3C060
Black with #A3C060
Text Example
Text Example
White with #A3C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C060; }
p { color: rgb(163,192,96); }
H1.HeaderClassName
{
color: #A3C060;
}
.AnyTagClassName
{
color: #A3C060;
}
</style>
background-color css
<style>
a { background-color: #A3C060; }
a { background-color: rgb(163,192,96); }
div.DivClassName
{
background-color: #A3C060;
}
.BgClassName
{
background-color: #A3C060;
}
</style>
border-color css
<style>
span { border-color: #A3C060; }
span { border-color: rgb(163,192,96); }
td.TdClassName
{
border-color: #A3C060;
}
.TagClassName
{
border-color: #A3C060;
}
</style>