Shades of Oxley #70A182
Tints of Oxley #70A182
RGB
CMYK
RGB Variations
Color information
#70A182 (or 0x70A182) is known color: Oxley. HEX triplet: 70, A1 and 82. RGB value is (112,161,130). Sum of RGB (Red+Green+Blue) = 112+161+130=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #70A182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A182 is #8F5E7D. Grayscale: #8E8E8E. Windows color (decimal): -9395838 or 8561008. OLE color: 8561008.
HSL color Cylindrical-coordinate representation of color #70A182: hue angle of 142.04º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A182 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 130 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.37 |
| HSL | 142.04º | 0.21% | 0.54% | - |
| HSV(B) | 142.04º | 0.3% | 0.63% | - |
| XYZ | 23.46 | 30.55 | 25.78 | - |
| YUV | 142.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 130 | 0.30 | 0 | 0.19 | 0.37 | 142.04 | 0.21 | 0.54 |
| Hex | 70 | A1 | 82 | 1E | 0 | 13 | 25 | 8E | 15 | 36 |
| Octal | 160 | 241 | 202 | 36 | 0 | 23 | 45 | 216 | 25 | 66 |
| Binary | 1110000 | 10100001 | 10000010 | 11110 | 0 | 10011 | 100101 | 10001110 | 10101 | 110110 |
Color Harmonies of #70A182
Complementary color
Monochromatic Colors of #70A182
Black with #70A182
Text Example
Text Example
White with #70A182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A182; }
p { color: rgb(112,161,130); }
H1.HeaderClassName
{
color: #70A182;
}
.AnyTagClassName
{
color: #70A182;
}
</style>
background-color css
<style>
a { background-color: #70A182; }
a { background-color: rgb(112,161,130); }
div.DivClassName
{
background-color: #70A182;
}
.BgClassName
{
background-color: #70A182;
}
</style>
border-color css
<style>
span { border-color: #70A182; }
span { border-color: rgb(112,161,130); }
td.TdClassName
{
border-color: #70A182;
}
.TagClassName
{
border-color: #70A182;
}
</style>