Shades of Oxley #70A183
Tints of Oxley #70A183
RGB
CMYK
RGB Variations
Color information
#70A183 (or 0x70A183) is known color: Oxley. HEX triplet: 70, A1 and 83. RGB value is (112,161,131). Sum of RGB (Red+Green+Blue) = 112+161+131=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #70A183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A183 is #8F5E7C. Grayscale: #8F8F8F. Windows color (decimal): -9395837 or 8626544. OLE color: 8626544.
HSL color Cylindrical-coordinate representation of color #70A183: hue angle of 143.27º 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 #70A183 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 131 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.37 |
| HSL | 143.27º | 0.21% | 0.54% | - |
| HSV(B) | 143.27º | 0.3% | 0.63% | - |
| XYZ | 23.52 | 30.57 | 26.13 | - |
| YUV | 142.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 131 | 0.30 | 0 | 0.19 | 0.37 | 143.27 | 0.21 | 0.54 |
| Hex | 70 | A1 | 83 | 1E | 0 | 13 | 25 | 8F | 15 | 36 |
| Octal | 160 | 241 | 203 | 36 | 0 | 23 | 45 | 217 | 25 | 66 |
| Binary | 1110000 | 10100001 | 10000011 | 11110 | 0 | 10011 | 100101 | 10001111 | 10101 | 110110 |
Color Harmonies of #70A183
Complementary color
Monochromatic Colors of #70A183
Black with #70A183
Text Example
Text Example
White with #70A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A183; }
p { color: rgb(112,161,131); }
H1.HeaderClassName
{
color: #70A183;
}
.AnyTagClassName
{
color: #70A183;
}
</style>
background-color css
<style>
a { background-color: #70A183; }
a { background-color: rgb(112,161,131); }
div.DivClassName
{
background-color: #70A183;
}
.BgClassName
{
background-color: #70A183;
}
</style>
border-color css
<style>
span { border-color: #70A183; }
span { border-color: rgb(112,161,131); }
td.TdClassName
{
border-color: #70A183;
}
.TagClassName
{
border-color: #70A183;
}
</style>