Shades of Olivine #A3C075
Tints of Olivine #A3C075
RGB
CMYK
RGB Variations
Color information
#A3C075 (or 0xA3C075) is known color: Olivine. HEX triplet: A3, C0 and 75. RGB value is (163,192,117). Sum of RGB (Red+Green+Blue) = 163+192+117=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C075 is #5C3F8A. Grayscale: #AFAFAF. Windows color (decimal): -6045579 or 7717027. OLE color: 7717027.
HSL color Cylindrical-coordinate representation of color #A3C075: hue angle of 83.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3C075 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 117 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.25 |
| HSL | 83.2º | 0.37% | 0.61% | - |
| HSV(B) | 83.2º | 0.39% | 0.75% | - |
| XYZ | 37.16 | 46.77 | 23.9 | - |
| YUV | 174.78 | 95.39 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 117 | 0.15 | 0 | 0.39 | 0.25 | 83.2 | 0.37 | 0.61 |
| Hex | A3 | C0 | 75 | F | 0 | 27 | 19 | 53 | 25 | 3D |
| Octal | 243 | 300 | 165 | 17 | 0 | 47 | 31 | 123 | 45 | 75 |
| Binary | 10100011 | 11000000 | 1110101 | 1111 | 0 | 100111 | 11001 | 1010011 | 100101 | 111101 |
Color Harmonies of #A3C075
Complementary color
Monochromatic Colors of #A3C075
Black with #A3C075
Text Example
Text Example
White with #A3C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C075; }
p { color: rgb(163,192,117); }
H1.HeaderClassName
{
color: #A3C075;
}
.AnyTagClassName
{
color: #A3C075;
}
</style>
background-color css
<style>
a { background-color: #A3C075; }
a { background-color: rgb(163,192,117); }
div.DivClassName
{
background-color: #A3C075;
}
.BgClassName
{
background-color: #A3C075;
}
</style>
border-color css
<style>
span { border-color: #A3C075; }
span { border-color: rgb(163,192,117); }
td.TdClassName
{
border-color: #A3C075;
}
.TagClassName
{
border-color: #A3C075;
}
</style>