Shades of Olivine #A3C760
Tints of Olivine #A3C760
RGB
CMYK
RGB Variations
Color information
#A3C760 (or 0xA3C760) is known color: Olivine. HEX triplet: A3, C7 and 60. RGB value is (163,199,96). Sum of RGB (Red+Green+Blue) = 163+199+96=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C760 is #5C389F. Grayscale: #B0B0B0. Windows color (decimal): -6043808 or 6342563. OLE color: 6342563.
HSL color Cylindrical-coordinate representation of color #A3C760: hue angle of 80.97º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3C760 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 199 | 96 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.22 |
| HSL | 80.97º | 0.48% | 0.58% | - |
| HSV(B) | 80.97º | 0.52% | 0.78% | - |
| XYZ | 37.64 | 49.48 | 18.63 | - |
| YUV | 176.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 199 | 96 | 0.18 | 0 | 0.52 | 0.22 | 80.97 | 0.48 | 0.58 |
| Hex | A3 | C7 | 60 | 12 | 0 | 34 | 16 | 51 | 30 | 3A |
| Octal | 243 | 307 | 140 | 22 | 0 | 64 | 26 | 121 | 60 | 72 |
| Binary | 10100011 | 11000111 | 1100000 | 10010 | 0 | 110100 | 10110 | 1010001 | 110000 | 111010 |
Color Harmonies of #A3C760
Complementary color
Monochromatic Colors of #A3C760
Black with #A3C760
Text Example
Text Example
White with #A3C760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C760; }
p { color: rgb(163,199,96); }
H1.HeaderClassName
{
color: #A3C760;
}
.AnyTagClassName
{
color: #A3C760;
}
</style>
background-color css
<style>
a { background-color: #A3C760; }
a { background-color: rgb(163,199,96); }
div.DivClassName
{
background-color: #A3C760;
}
.BgClassName
{
background-color: #A3C760;
}
</style>
border-color css
<style>
span { border-color: #A3C760; }
span { border-color: rgb(163,199,96); }
td.TdClassName
{
border-color: #A3C760;
}
.TagClassName
{
border-color: #A3C760;
}
</style>