Shades of Oxley #70A383
Tints of Oxley #70A383
RGB
CMYK
RGB Variations
Color information
#70A383 (or 0x70A383) is known color: Oxley. HEX triplet: 70, A3 and 83. RGB value is (112,163,131). Sum of RGB (Red+Green+Blue) = 112+163+131=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 163 - color contains mainly: green. Hex color #70A383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A383 is #8F5C7C. Grayscale: #909090. Windows color (decimal): -9395325 or 8627056. OLE color: 8627056.
HSL color Cylindrical-coordinate representation of color #70A383: hue angle of 142.35º degrees, saturation: 0.22, 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 #70A383 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 163 | 131 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.36 |
| HSL | 142.35º | 0.22% | 0.54% | - |
| HSV(B) | 142.35º | 0.31% | 0.64% | - |
| XYZ | 23.88 | 31.28 | 26.25 | - |
| YUV | 144.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 131 | 0.31 | 0 | 0.20 | 0.36 | 142.35 | 0.22 | 0.54 |
| Hex | 70 | A3 | 83 | 1F | 0 | 14 | 24 | 8E | 16 | 36 |
| Octal | 160 | 243 | 203 | 37 | 0 | 24 | 44 | 216 | 26 | 66 |
| Binary | 1110000 | 10100011 | 10000011 | 11111 | 0 | 10100 | 100100 | 10001110 | 10110 | 110110 |
Color Harmonies of #70A383
Complementary color
Monochromatic Colors of #70A383
Black with #70A383
Text Example
Text Example
White with #70A383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A383; }
p { color: rgb(112,163,131); }
H1.HeaderClassName
{
color: #70A383;
}
.AnyTagClassName
{
color: #70A383;
}
</style>
background-color css
<style>
a { background-color: #70A383; }
a { background-color: rgb(112,163,131); }
div.DivClassName
{
background-color: #70A383;
}
.BgClassName
{
background-color: #70A383;
}
</style>
border-color css
<style>
span { border-color: #70A383; }
span { border-color: rgb(112,163,131); }
td.TdClassName
{
border-color: #70A383;
}
.TagClassName
{
border-color: #70A383;
}
</style>