Shades of Olivine #A4C070
Tints of Olivine #A4C070
RGB
CMYK
RGB Variations
Color information
#A4C070 (or 0xA4C070) is known color: Olivine. HEX triplet: A4, C0 and 70. RGB value is (164,192,112). Sum of RGB (Red+Green+Blue) = 164+192+112=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C070 is #5B3F8F. Grayscale: #AEAEAE. Windows color (decimal): -5980048 or 7389348. OLE color: 7389348.
HSL color Cylindrical-coordinate representation of color #A4C070: hue angle of 81º 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 #A4C070 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 192 | 112 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.25 |
| HSL | 81º | 0.39% | 0.6% | - |
| HSV(B) | 81º | 0.42% | 0.75% | - |
| XYZ | 37.08 | 46.76 | 22.4 | - |
| YUV | 174.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 112 | 0.15 | 0 | 0.42 | 0.25 | 81 | 0.39 | 0.6 |
| Hex | A4 | C0 | 70 | F | 0 | 2A | 19 | 51 | 27 | 3C |
| Octal | 244 | 300 | 160 | 17 | 0 | 52 | 31 | 121 | 47 | 74 |
| Binary | 10100100 | 11000000 | 1110000 | 1111 | 0 | 101010 | 11001 | 1010001 | 100111 | 111100 |
Color Harmonies of #A4C070
Complementary color
Monochromatic Colors of #A4C070
Black with #A4C070
Text Example
Text Example
White with #A4C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C070; }
p { color: rgb(164,192,112); }
H1.HeaderClassName
{
color: #A4C070;
}
.AnyTagClassName
{
color: #A4C070;
}
</style>
background-color css
<style>
a { background-color: #A4C070; }
a { background-color: rgb(164,192,112); }
div.DivClassName
{
background-color: #A4C070;
}
.BgClassName
{
background-color: #A4C070;
}
</style>
border-color css
<style>
span { border-color: #A4C070; }
span { border-color: rgb(164,192,112); }
td.TdClassName
{
border-color: #A4C070;
}
.TagClassName
{
border-color: #A4C070;
}
</style>