Shades of Oxley #70A282
Tints of Oxley #70A282
RGB
CMYK
RGB Variations
Color information
#70A282 (or 0x70A282) is known color: Oxley. HEX triplet: 70, A2 and 82. RGB value is (112,162,130). Sum of RGB (Red+Green+Blue) = 112+162+130=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #70A282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A282 is #8F5D7D. Grayscale: #8F8F8F. Windows color (decimal): -9395582 or 8561264. OLE color: 8561264.
HSL color Cylindrical-coordinate representation of color #70A282: hue angle of 141.6º 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 #70A282 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 130 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.36 |
| HSL | 141.6º | 0.21% | 0.54% | - |
| HSV(B) | 141.6º | 0.31% | 0.64% | - |
| XYZ | 23.63 | 30.9 | 25.84 | - |
| YUV | 143.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 130 | 0.31 | 0 | 0.20 | 0.36 | 141.6 | 0.21 | 0.54 |
| Hex | 70 | A2 | 82 | 1F | 0 | 14 | 24 | 8E | 15 | 36 |
| Octal | 160 | 242 | 202 | 37 | 0 | 24 | 44 | 216 | 25 | 66 |
| Binary | 1110000 | 10100010 | 10000010 | 11111 | 0 | 10100 | 100100 | 10001110 | 10101 | 110110 |
Color Harmonies of #70A282
Complementary color
Monochromatic Colors of #70A282
Black with #70A282
Text Example
Text Example
White with #70A282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A282; }
p { color: rgb(112,162,130); }
H1.HeaderClassName
{
color: #70A282;
}
.AnyTagClassName
{
color: #70A282;
}
</style>
background-color css
<style>
a { background-color: #70A282; }
a { background-color: rgb(112,162,130); }
div.DivClassName
{
background-color: #70A282;
}
.BgClassName
{
background-color: #70A282;
}
</style>
border-color css
<style>
span { border-color: #70A282; }
span { border-color: rgb(112,162,130); }
td.TdClassName
{
border-color: #70A282;
}
.TagClassName
{
border-color: #70A282;
}
</style>