Shades of Oxley #70A272
Tints of Oxley #70A272
RGB
CMYK
RGB Variations
Color information
#70A272 (or 0x70A272) is known color: Oxley. HEX triplet: 70, A2 and 72. RGB value is (112,162,114). Sum of RGB (Red+Green+Blue) = 112+162+114=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #70A272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A272 is #8F5D8D. Grayscale: #8D8D8D. Windows color (decimal): -9395598 or 7512688. OLE color: 7512688.
HSL color Cylindrical-coordinate representation of color #70A272: hue angle of 122.4º degrees, saturation: 0.21, 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 #70A272 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 114 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.36 |
| HSL | 122.4º | 0.21% | 0.54% | - |
| HSV(B) | 122.4º | 0.31% | 0.64% | - |
| XYZ | 22.64 | 30.5 | 20.61 | - |
| YUV | 141.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 114 | 0.31 | 0 | 0.30 | 0.36 | 122.4 | 0.21 | 0.54 |
| Hex | 70 | A2 | 72 | 1F | 0 | 1E | 24 | 7A | 15 | 36 |
| Octal | 160 | 242 | 162 | 37 | 0 | 36 | 44 | 172 | 25 | 66 |
| Binary | 1110000 | 10100010 | 1110010 | 11111 | 0 | 11110 | 100100 | 1111010 | 10101 | 110110 |
Color Harmonies of #70A272
Complementary color
Monochromatic Colors of #70A272
Black with #70A272
Text Example
Text Example
White with #70A272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A272; }
p { color: rgb(112,162,114); }
H1.HeaderClassName
{
color: #70A272;
}
.AnyTagClassName
{
color: #70A272;
}
</style>
background-color css
<style>
a { background-color: #70A272; }
a { background-color: rgb(112,162,114); }
div.DivClassName
{
background-color: #70A272;
}
.BgClassName
{
background-color: #70A272;
}
</style>
border-color css
<style>
span { border-color: #70A272; }
span { border-color: rgb(112,162,114); }
td.TdClassName
{
border-color: #70A272;
}
.TagClassName
{
border-color: #70A272;
}
</style>