Shades of Oxley #70A17C
Tints of Oxley #70A17C
RGB
CMYK
RGB Variations
Color information
#70A17C (or 0x70A17C) is known color: Oxley. HEX triplet: 70, A1 and 7C. RGB value is (112,161,124). Sum of RGB (Red+Green+Blue) = 112+161+124=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #70A17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A17C is #8F5E83. Grayscale: #8E8E8E. Windows color (decimal): -9395844 or 8167792. OLE color: 8167792.
HSL color Cylindrical-coordinate representation of color #70A17C: hue angle of 134.69º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A17C is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 124 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.37 |
| HSL | 134.69º | 0.21% | 0.54% | - |
| HSV(B) | 134.69º | 0.3% | 0.63% | - |
| XYZ | 23.07 | 30.39 | 23.72 | - |
| YUV | 142.13 | 117.77 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 124 | 0.30 | 0 | 0.23 | 0.37 | 134.69 | 0.21 | 0.54 |
| Hex | 70 | A1 | 7C | 1E | 0 | 17 | 25 | 87 | 15 | 36 |
| Octal | 160 | 241 | 174 | 36 | 0 | 27 | 45 | 207 | 25 | 66 |
| Binary | 1110000 | 10100001 | 1111100 | 11110 | 0 | 10111 | 100101 | 10000111 | 10101 | 110110 |
Color Harmonies of #70A17C
Complementary color
Monochromatic Colors of #70A17C
Black with #70A17C
Text Example
Text Example
White with #70A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A17C; }
p { color: rgb(112,161,124); }
H1.HeaderClassName
{
color: #70A17C;
}
.AnyTagClassName
{
color: #70A17C;
}
</style>
background-color css
<style>
a { background-color: #70A17C; }
a { background-color: rgb(112,161,124); }
div.DivClassName
{
background-color: #70A17C;
}
.BgClassName
{
background-color: #70A17C;
}
</style>
border-color css
<style>
span { border-color: #70A17C; }
span { border-color: rgb(112,161,124); }
td.TdClassName
{
border-color: #70A17C;
}
.TagClassName
{
border-color: #70A17C;
}
</style>