Shades of Oxley #70A280
Tints of Oxley #70A280
RGB
CMYK
RGB Variations
Color information
#70A280 (or 0x70A280) is known color: Oxley. HEX triplet: 70, A2 and 80. RGB value is (112,162,128). Sum of RGB (Red+Green+Blue) = 112+162+128=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #70A280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A280 is #8F5D7F. Grayscale: #8F8F8F. Windows color (decimal): -9395584 or 8430192. OLE color: 8430192.
HSL color Cylindrical-coordinate representation of color #70A280: hue angle of 139.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 #70A280 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 128 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.36 |
| HSL | 139.2º | 0.21% | 0.54% | - |
| HSV(B) | 139.2º | 0.31% | 0.64% | - |
| XYZ | 23.5 | 30.84 | 25.14 | - |
| YUV | 143.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 128 | 0.31 | 0 | 0.21 | 0.36 | 139.2 | 0.21 | 0.54 |
| Hex | 70 | A2 | 80 | 1F | 0 | 15 | 24 | 8B | 15 | 36 |
| Octal | 160 | 242 | 200 | 37 | 0 | 25 | 44 | 213 | 25 | 66 |
| Binary | 1110000 | 10100010 | 10000000 | 11111 | 0 | 10101 | 100100 | 10001011 | 10101 | 110110 |
Color Harmonies of #70A280
Complementary color
Monochromatic Colors of #70A280
Black with #70A280
Text Example
Text Example
White with #70A280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A280; }
p { color: rgb(112,162,128); }
H1.HeaderClassName
{
color: #70A280;
}
.AnyTagClassName
{
color: #70A280;
}
</style>
background-color css
<style>
a { background-color: #70A280; }
a { background-color: rgb(112,162,128); }
div.DivClassName
{
background-color: #70A280;
}
.BgClassName
{
background-color: #70A280;
}
</style>
border-color css
<style>
span { border-color: #70A280; }
span { border-color: rgb(112,162,128); }
td.TdClassName
{
border-color: #70A280;
}
.TagClassName
{
border-color: #70A280;
}
</style>