Shades of Oxley #70A471
Tints of Oxley #70A471
RGB
CMYK
RGB Variations
Color information
#70A471 (or 0x70A471) is known color: Oxley. HEX triplet: 70, A4 and 71. RGB value is (112,164,113). Sum of RGB (Red+Green+Blue) = 112+164+113=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #70A471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A471 is #8F5B8E. Grayscale: #8E8E8E. Windows color (decimal): -9395087 or 7447664. OLE color: 7447664.
HSL color Cylindrical-coordinate representation of color #70A471: hue angle of 121.15º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A471 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 164 | 113 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.36 |
| HSL | 121.15º | 0.22% | 0.54% | - |
| HSV(B) | 121.15º | 0.32% | 0.64% | - |
| XYZ | 22.94 | 31.19 | 20.43 | - |
| YUV | 142.64 | 111.27 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 113 | 0.32 | 0 | 0.31 | 0.36 | 121.15 | 0.22 | 0.54 |
| Hex | 70 | A4 | 71 | 20 | 0 | 1F | 24 | 79 | 16 | 36 |
| Octal | 160 | 244 | 161 | 40 | 0 | 37 | 44 | 171 | 26 | 66 |
| Binary | 1110000 | 10100100 | 1110001 | 100000 | 0 | 11111 | 100100 | 1111001 | 10110 | 110110 |
Color Harmonies of #70A471
Complementary color
Monochromatic Colors of #70A471
Black with #70A471
Text Example
Text Example
White with #70A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A471; }
p { color: rgb(112,164,113); }
H1.HeaderClassName
{
color: #70A471;
}
.AnyTagClassName
{
color: #70A471;
}
</style>
background-color css
<style>
a { background-color: #70A471; }
a { background-color: rgb(112,164,113); }
div.DivClassName
{
background-color: #70A471;
}
.BgClassName
{
background-color: #70A471;
}
</style>
border-color css
<style>
span { border-color: #70A471; }
span { border-color: rgb(112,164,113); }
td.TdClassName
{
border-color: #70A471;
}
.TagClassName
{
border-color: #70A471;
}
</style>