Shades of Olivine #A3C07F
Tints of Olivine #A3C07F
RGB
CMYK
RGB Variations
Color information
#A3C07F (or 0xA3C07F) is known color: Olivine. HEX triplet: A3, C0 and 7F. RGB value is (163,192,127). Sum of RGB (Red+Green+Blue) = 163+192+127=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C07F is #5C3F80. Grayscale: #B0B0B0. Windows color (decimal): -6045569 or 8372387. OLE color: 8372387.
HSL color Cylindrical-coordinate representation of color #A3C07F: hue angle of 86.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3C07F is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 127 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.25 |
| HSL | 86.77º | 0.34% | 0.63% | - |
| HSV(B) | 86.77º | 0.34% | 0.75% | - |
| XYZ | 37.78 | 47.02 | 27.16 | - |
| YUV | 175.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 127 | 0.15 | 0 | 0.34 | 0.25 | 86.77 | 0.34 | 0.63 |
| Hex | A3 | C0 | 7F | F | 0 | 22 | 19 | 57 | 22 | 3F |
| Octal | 243 | 300 | 177 | 17 | 0 | 42 | 31 | 127 | 42 | 77 |
| Binary | 10100011 | 11000000 | 1111111 | 1111 | 0 | 100010 | 11001 | 1010111 | 100010 | 111111 |
Color Harmonies of #A3C07F
Complementary color
Monochromatic Colors of #A3C07F
Black with #A3C07F
Text Example
Text Example
White with #A3C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C07F; }
p { color: rgb(163,192,127); }
H1.HeaderClassName
{
color: #A3C07F;
}
.AnyTagClassName
{
color: #A3C07F;
}
</style>
background-color css
<style>
a { background-color: #A3C07F; }
a { background-color: rgb(163,192,127); }
div.DivClassName
{
background-color: #A3C07F;
}
.BgClassName
{
background-color: #A3C07F;
}
</style>
border-color css
<style>
span { border-color: #A3C07F; }
span { border-color: rgb(163,192,127); }
td.TdClassName
{
border-color: #A3C07F;
}
.TagClassName
{
border-color: #A3C07F;
}
</style>