Shades of Oxley #70A372
Tints of Oxley #70A372
RGB
CMYK
RGB Variations
Color information
#70A372 (or 0x70A372) is known color: Oxley. HEX triplet: 70, A3 and 72. RGB value is (112,163,114). Sum of RGB (Red+Green+Blue) = 112+163+114=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 163 - color contains mainly: green. Hex color #70A372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A372 is #8F5C8D. Grayscale: #8E8E8E. Windows color (decimal): -9395342 or 7512944. OLE color: 7512944.
HSL color Cylindrical-coordinate representation of color #70A372: hue angle of 122.35º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A372 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 163 | 114 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.36 |
| HSL | 122.35º | 0.22% | 0.54% | - |
| HSV(B) | 122.35º | 0.31% | 0.64% | - |
| XYZ | 22.82 | 30.85 | 20.67 | - |
| YUV | 142.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 114 | 0.31 | 0 | 0.30 | 0.36 | 122.35 | 0.22 | 0.54 |
| Hex | 70 | A3 | 72 | 1F | 0 | 1E | 24 | 7A | 16 | 36 |
| Octal | 160 | 243 | 162 | 37 | 0 | 36 | 44 | 172 | 26 | 66 |
| Binary | 1110000 | 10100011 | 1110010 | 11111 | 0 | 11110 | 100100 | 1111010 | 10110 | 110110 |
Color Harmonies of #70A372
Complementary color
Monochromatic Colors of #70A372
Black with #70A372
Text Example
Text Example
White with #70A372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A372; }
p { color: rgb(112,163,114); }
H1.HeaderClassName
{
color: #70A372;
}
.AnyTagClassName
{
color: #70A372;
}
</style>
background-color css
<style>
a { background-color: #70A372; }
a { background-color: rgb(112,163,114); }
div.DivClassName
{
background-color: #70A372;
}
.BgClassName
{
background-color: #70A372;
}
</style>
border-color css
<style>
span { border-color: #70A372; }
span { border-color: rgb(112,163,114); }
td.TdClassName
{
border-color: #70A372;
}
.TagClassName
{
border-color: #70A372;
}
</style>