Shades of Olivine #A3C070
Tints of Olivine #A3C070
RGB
CMYK
RGB Variations
Color information
#A3C070 (or 0xA3C070) is known color: Olivine. HEX triplet: A3, C0 and 70. RGB value is (163,192,112). Sum of RGB (Red+Green+Blue) = 163+192+112=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C070 is #5C3F8F. Grayscale: #AEAEAE. Windows color (decimal): -6045584 or 7389347. OLE color: 7389347.
HSL color Cylindrical-coordinate representation of color #A3C070: hue angle of 81.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3C070 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 112 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.25 |
| HSL | 81.75º | 0.39% | 0.6% | - |
| HSV(B) | 81.75º | 0.42% | 0.75% | - |
| XYZ | 36.88 | 46.66 | 22.39 | - |
| YUV | 174.21 | 92.89 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 112 | 0.15 | 0 | 0.42 | 0.25 | 81.75 | 0.39 | 0.6 |
| Hex | A3 | C0 | 70 | F | 0 | 2A | 19 | 52 | 27 | 3C |
| Octal | 243 | 300 | 160 | 17 | 0 | 52 | 31 | 122 | 47 | 74 |
| Binary | 10100011 | 11000000 | 1110000 | 1111 | 0 | 101010 | 11001 | 1010010 | 100111 | 111100 |
Color Harmonies of #A3C070
Complementary color
Monochromatic Colors of #A3C070
Black with #A3C070
Text Example
Text Example
White with #A3C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C070; }
p { color: rgb(163,192,112); }
H1.HeaderClassName
{
color: #A3C070;
}
.AnyTagClassName
{
color: #A3C070;
}
</style>
background-color css
<style>
a { background-color: #A3C070; }
a { background-color: rgb(163,192,112); }
div.DivClassName
{
background-color: #A3C070;
}
.BgClassName
{
background-color: #A3C070;
}
</style>
border-color css
<style>
span { border-color: #A3C070; }
span { border-color: rgb(163,192,112); }
td.TdClassName
{
border-color: #A3C070;
}
.TagClassName
{
border-color: #A3C070;
}
</style>