Shades of Olivine #A7CF70
Tints of Olivine #A7CF70
RGB
CMYK
RGB Variations
Color information
#A7CF70 (or 0xA7CF70) is known color: Olivine. HEX triplet: A7, CF and 70. RGB value is (167,207,112). Sum of RGB (Red+Green+Blue) = 167+207+112=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CF70 is #58308F. Grayscale: #B8B8B8. Windows color (decimal): -5779600 or 7393191. OLE color: 7393191.
HSL color Cylindrical-coordinate representation of color #A7CF70: hue angle of 85.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7CF70 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 112 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.19 |
| HSL | 85.26º | 0.5% | 0.63% | - |
| HSV(B) | 85.26º | 0.46% | 0.81% | - |
| XYZ | 41.17 | 54.01 | 23.58 | - |
| YUV | 184.21 | 87.25 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 112 | 0.19 | 0 | 0.46 | 0.19 | 85.26 | 0.5 | 0.63 |
| Hex | A7 | CF | 70 | 13 | 0 | 2E | 13 | 55 | 32 | 3F |
| Octal | 247 | 317 | 160 | 23 | 0 | 56 | 23 | 125 | 62 | 77 |
| Binary | 10100111 | 11001111 | 1110000 | 10011 | 0 | 101110 | 10011 | 1010101 | 110010 | 111111 |
Color Harmonies of #A7CF70
Complementary color
Monochromatic Colors of #A7CF70
Black with #A7CF70
Text Example
Text Example
White with #A7CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CF70; }
p { color: rgb(167,207,112); }
H1.HeaderClassName
{
color: #A7CF70;
}
.AnyTagClassName
{
color: #A7CF70;
}
</style>
background-color css
<style>
a { background-color: #A7CF70; }
a { background-color: rgb(167,207,112); }
div.DivClassName
{
background-color: #A7CF70;
}
.BgClassName
{
background-color: #A7CF70;
}
</style>
border-color css
<style>
span { border-color: #A7CF70; }
span { border-color: rgb(167,207,112); }
td.TdClassName
{
border-color: #A7CF70;
}
.TagClassName
{
border-color: #A7CF70;
}
</style>