Shades of Olivine #A3C074
Tints of Olivine #A3C074
RGB
CMYK
RGB Variations
Color information
#A3C074 (or 0xA3C074) is known color: Olivine. HEX triplet: A3, C0 and 74. RGB value is (163,192,116). Sum of RGB (Red+Green+Blue) = 163+192+116=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C074 is #5C3F8B. Grayscale: #AEAEAE. Windows color (decimal): -6045580 or 7651491. OLE color: 7651491.
HSL color Cylindrical-coordinate representation of color #A3C074: hue angle of 82.89º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3C074 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 116 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.25 |
| HSL | 82.89º | 0.38% | 0.6% | - |
| HSV(B) | 82.89º | 0.4% | 0.75% | - |
| XYZ | 37.11 | 46.75 | 23.59 | - |
| YUV | 174.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 116 | 0.15 | 0 | 0.40 | 0.25 | 82.89 | 0.38 | 0.6 |
| Hex | A3 | C0 | 74 | F | 0 | 28 | 19 | 53 | 26 | 3C |
| Octal | 243 | 300 | 164 | 17 | 0 | 50 | 31 | 123 | 46 | 74 |
| Binary | 10100011 | 11000000 | 1110100 | 1111 | 0 | 101000 | 11001 | 1010011 | 100110 | 111100 |
Color Harmonies of #A3C074
Complementary color
Monochromatic Colors of #A3C074
Black with #A3C074
Text Example
Text Example
White with #A3C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C074; }
p { color: rgb(163,192,116); }
H1.HeaderClassName
{
color: #A3C074;
}
.AnyTagClassName
{
color: #A3C074;
}
</style>
background-color css
<style>
a { background-color: #A3C074; }
a { background-color: rgb(163,192,116); }
div.DivClassName
{
background-color: #A3C074;
}
.BgClassName
{
background-color: #A3C074;
}
</style>
border-color css
<style>
span { border-color: #A3C074; }
span { border-color: rgb(163,192,116); }
td.TdClassName
{
border-color: #A3C074;
}
.TagClassName
{
border-color: #A3C074;
}
</style>