Shades of Oxley #70A07E
Tints of Oxley #70A07E
RGB
CMYK
RGB Variations
Color information
#70A07E (or 0x70A07E) is known color: Oxley. HEX triplet: 70, A0 and 7E. RGB value is (112,160,126). Sum of RGB (Red+Green+Blue) = 112+160+126=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #70A07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A07E is #8F5F81. Grayscale: #8D8D8D. Windows color (decimal): -9396098 or 8298608. OLE color: 8298608.
HSL color Cylindrical-coordinate representation of color #70A07E: hue angle of 137.5º 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 #70A07E is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 160 | 126 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.37 |
| HSL | 137.5º | 0.2% | 0.53% | - |
| HSV(B) | 137.5º | 0.3% | 0.63% | - |
| XYZ | 23.02 | 30.09 | 24.33 | - |
| YUV | 141.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 160 | 126 | 0.30 | 0 | 0.21 | 0.37 | 137.5 | 0.2 | 0.53 |
| Hex | 70 | A0 | 7E | 1E | 0 | 15 | 25 | 8A | 14 | 35 |
| Octal | 160 | 240 | 176 | 36 | 0 | 25 | 45 | 212 | 24 | 65 |
| Binary | 1110000 | 10100000 | 1111110 | 11110 | 0 | 10101 | 100101 | 10001010 | 10100 | 110101 |
Color Harmonies of #70A07E
Complementary color
Monochromatic Colors of #70A07E
Black with #70A07E
Text Example
Text Example
White with #70A07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A07E; }
p { color: rgb(112,160,126); }
H1.HeaderClassName
{
color: #70A07E;
}
.AnyTagClassName
{
color: #70A07E;
}
</style>
background-color css
<style>
a { background-color: #70A07E; }
a { background-color: rgb(112,160,126); }
div.DivClassName
{
background-color: #70A07E;
}
.BgClassName
{
background-color: #70A07E;
}
</style>
border-color css
<style>
span { border-color: #70A07E; }
span { border-color: rgb(112,160,126); }
td.TdClassName
{
border-color: #70A07E;
}
.TagClassName
{
border-color: #70A07E;
}
</style>