Shades of Oxley #70A285
Tints of Oxley #70A285
RGB
CMYK
RGB Variations
Color information
#70A285 (or 0x70A285) is known color: Oxley. HEX triplet: 70, A2 and 85. RGB value is (112,162,133). Sum of RGB (Red+Green+Blue) = 112+162+133=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #70A285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A285 is #8F5D7A. Grayscale: #8F8F8F. Windows color (decimal): -9395579 or 8757872. OLE color: 8757872.
HSL color Cylindrical-coordinate representation of color #70A285: hue angle of 145.2º 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 #70A285 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 133 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.36 |
| HSL | 145.2º | 0.21% | 0.54% | - |
| HSV(B) | 145.2º | 0.31% | 0.64% | - |
| XYZ | 23.84 | 30.98 | 26.91 | - |
| YUV | 143.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 133 | 0.31 | 0 | 0.18 | 0.36 | 145.2 | 0.21 | 0.54 |
| Hex | 70 | A2 | 85 | 1F | 0 | 12 | 24 | 91 | 15 | 36 |
| Octal | 160 | 242 | 205 | 37 | 0 | 22 | 44 | 221 | 25 | 66 |
| Binary | 1110000 | 10100010 | 10000101 | 11111 | 0 | 10010 | 100100 | 10010001 | 10101 | 110110 |
Color Harmonies of #70A285
Complementary color
Monochromatic Colors of #70A285
Black with #70A285
Text Example
Text Example
White with #70A285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A285; }
p { color: rgb(112,162,133); }
H1.HeaderClassName
{
color: #70A285;
}
.AnyTagClassName
{
color: #70A285;
}
</style>
background-color css
<style>
a { background-color: #70A285; }
a { background-color: rgb(112,162,133); }
div.DivClassName
{
background-color: #70A285;
}
.BgClassName
{
background-color: #70A285;
}
</style>
border-color css
<style>
span { border-color: #70A285; }
span { border-color: rgb(112,162,133); }
td.TdClassName
{
border-color: #70A285;
}
.TagClassName
{
border-color: #70A285;
}
</style>