Shades of Oxley #70A47E
Tints of Oxley #70A47E
RGB
CMYK
RGB Variations
Color information
#70A47E (or 0x70A47E) is known color: Oxley. HEX triplet: 70, A4 and 7E. RGB value is (112,164,126). Sum of RGB (Red+Green+Blue) = 112+164+126=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #70A47E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A47E is #8F5B81. Grayscale: #909090. Windows color (decimal): -9395074 or 8299632. OLE color: 8299632.
HSL color Cylindrical-coordinate representation of color #70A47E: hue angle of 136.15º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A47E is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 164 | 126 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.36 |
| HSL | 136.15º | 0.22% | 0.54% | - |
| HSV(B) | 136.15º | 0.32% | 0.64% | - |
| XYZ | 23.72 | 31.5 | 24.57 | - |
| YUV | 144.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 126 | 0.32 | 0 | 0.23 | 0.36 | 136.15 | 0.22 | 0.54 |
| Hex | 70 | A4 | 7E | 20 | 0 | 17 | 24 | 88 | 16 | 36 |
| Octal | 160 | 244 | 176 | 40 | 0 | 27 | 44 | 210 | 26 | 66 |
| Binary | 1110000 | 10100100 | 1111110 | 100000 | 0 | 10111 | 100100 | 10001000 | 10110 | 110110 |
Color Harmonies of #70A47E
Complementary color
Monochromatic Colors of #70A47E
Black with #70A47E
Text Example
Text Example
White with #70A47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A47E; }
p { color: rgb(112,164,126); }
H1.HeaderClassName
{
color: #70A47E;
}
.AnyTagClassName
{
color: #70A47E;
}
</style>
background-color css
<style>
a { background-color: #70A47E; }
a { background-color: rgb(112,164,126); }
div.DivClassName
{
background-color: #70A47E;
}
.BgClassName
{
background-color: #70A47E;
}
</style>
border-color css
<style>
span { border-color: #70A47E; }
span { border-color: rgb(112,164,126); }
td.TdClassName
{
border-color: #70A47E;
}
.TagClassName
{
border-color: #70A47E;
}
</style>