Shades of Oxley #70A07F
Tints of Oxley #70A07F
RGB
CMYK
RGB Variations
Color information
#70A07F (or 0x70A07F) is known color: Oxley. HEX triplet: 70, A0 and 7F. RGB value is (112,160,127). Sum of RGB (Red+Green+Blue) = 112+160+127=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #70A07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A07F is #8F5F80. Grayscale: #8D8D8D. Windows color (decimal): -9396097 or 8364144. OLE color: 8364144.
HSL color Cylindrical-coordinate representation of color #70A07F: hue angle of 138.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A07F is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 160 | 127 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.37 |
| HSL | 138.75º | 0.2% | 0.53% | - |
| HSV(B) | 138.75º | 0.3% | 0.63% | - |
| XYZ | 23.08 | 30.12 | 24.68 | - |
| YUV | 141.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 160 | 127 | 0.30 | 0 | 0.21 | 0.37 | 138.75 | 0.2 | 0.53 |
| Hex | 70 | A0 | 7F | 1E | 0 | 15 | 25 | 8B | 14 | 35 |
| Octal | 160 | 240 | 177 | 36 | 0 | 25 | 45 | 213 | 24 | 65 |
| Binary | 1110000 | 10100000 | 1111111 | 11110 | 0 | 10101 | 100101 | 10001011 | 10100 | 110101 |
Color Harmonies of #70A07F
Complementary color
Monochromatic Colors of #70A07F
Black with #70A07F
Text Example
Text Example
White with #70A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A07F; }
p { color: rgb(112,160,127); }
H1.HeaderClassName
{
color: #70A07F;
}
.AnyTagClassName
{
color: #70A07F;
}
</style>
background-color css
<style>
a { background-color: #70A07F; }
a { background-color: rgb(112,160,127); }
div.DivClassName
{
background-color: #70A07F;
}
.BgClassName
{
background-color: #70A07F;
}
</style>
border-color css
<style>
span { border-color: #70A07F; }
span { border-color: rgb(112,160,127); }
td.TdClassName
{
border-color: #70A07F;
}
.TagClassName
{
border-color: #70A07F;
}
</style>