Shades of Oxley #70A381
Tints of Oxley #70A381
RGB
CMYK
RGB Variations
Color information
#70A381 (or 0x70A381) is known color: Oxley. HEX triplet: 70, A3 and 81. RGB value is (112,163,129). Sum of RGB (Red+Green+Blue) = 112+163+129=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 163 - color contains mainly: green. Hex color #70A381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A381 is #8F5C7E. Grayscale: #8F8F8F. Windows color (decimal): -9395327 or 8495984. OLE color: 8495984.
HSL color Cylindrical-coordinate representation of color #70A381: hue angle of 140º 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 #70A381 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 163 | 129 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.36 |
| HSL | 140º | 0.22% | 0.54% | - |
| HSV(B) | 140º | 0.31% | 0.64% | - |
| XYZ | 23.74 | 31.22 | 25.54 | - |
| YUV | 143.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 129 | 0.31 | 0 | 0.21 | 0.36 | 140 | 0.22 | 0.54 |
| Hex | 70 | A3 | 81 | 1F | 0 | 15 | 24 | 8C | 16 | 36 |
| Octal | 160 | 243 | 201 | 37 | 0 | 25 | 44 | 214 | 26 | 66 |
| Binary | 1110000 | 10100011 | 10000001 | 11111 | 0 | 10101 | 100100 | 10001100 | 10110 | 110110 |
Color Harmonies of #70A381
Complementary color
Monochromatic Colors of #70A381
Black with #70A381
Text Example
Text Example
White with #70A381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A381; }
p { color: rgb(112,163,129); }
H1.HeaderClassName
{
color: #70A381;
}
.AnyTagClassName
{
color: #70A381;
}
</style>
background-color css
<style>
a { background-color: #70A381; }
a { background-color: rgb(112,163,129); }
div.DivClassName
{
background-color: #70A381;
}
.BgClassName
{
background-color: #70A381;
}
</style>
border-color css
<style>
span { border-color: #70A381; }
span { border-color: rgb(112,163,129); }
td.TdClassName
{
border-color: #70A381;
}
.TagClassName
{
border-color: #70A381;
}
</style>