Shades of Olivine #A7C270
Tints of Olivine #A7C270
RGB
CMYK
RGB Variations
Color information
#A7C270 (or 0xA7C270) is known color: Olivine. HEX triplet: A7, C2 and 70. RGB value is (167,194,112). Sum of RGB (Red+Green+Blue) = 167+194+112=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C270 is #583D8F. Grayscale: #B0B0B0. Windows color (decimal): -5782928 or 7389863. OLE color: 7389863.
HSL color Cylindrical-coordinate representation of color #A7C270: hue angle of 79.76º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A7C270 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 194 | 112 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.24 |
| HSL | 79.76º | 0.4% | 0.6% | - |
| HSV(B) | 79.76º | 0.42% | 0.76% | - |
| XYZ | 38.15 | 47.97 | 22.58 | - |
| YUV | 176.58 | 91.55 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 194 | 112 | 0.14 | 0 | 0.42 | 0.24 | 79.76 | 0.4 | 0.6 |
| Hex | A7 | C2 | 70 | E | 0 | 2A | 18 | 50 | 28 | 3C |
| Octal | 247 | 302 | 160 | 16 | 0 | 52 | 30 | 120 | 50 | 74 |
| Binary | 10100111 | 11000010 | 1110000 | 1110 | 0 | 101010 | 11000 | 1010000 | 101000 | 111100 |
Color Harmonies of #A7C270
Complementary color
Monochromatic Colors of #A7C270
Black with #A7C270
Text Example
Text Example
White with #A7C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C270; }
p { color: rgb(167,194,112); }
H1.HeaderClassName
{
color: #A7C270;
}
.AnyTagClassName
{
color: #A7C270;
}
</style>
background-color css
<style>
a { background-color: #A7C270; }
a { background-color: rgb(167,194,112); }
div.DivClassName
{
background-color: #A7C270;
}
.BgClassName
{
background-color: #A7C270;
}
</style>
border-color css
<style>
span { border-color: #A7C270; }
span { border-color: rgb(167,194,112); }
td.TdClassName
{
border-color: #A7C270;
}
.TagClassName
{
border-color: #A7C270;
}
</style>