Shades of Oxley #70937F
Tints of Oxley #70937F
RGB
CMYK
RGB Variations
Color information
#70937F (or 0x70937F) is known color: Oxley. HEX triplet: 70, 93 and 7F. RGB value is (112,147,127). Sum of RGB (Red+Green+Blue) = 112+147+127=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #70937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70937F is #8F6C80. Grayscale: #868686. Windows color (decimal): -9399425 or 8360816. OLE color: 8360816.
HSL color Cylindrical-coordinate representation of color #70937F: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70937F is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 147 | 127 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.42 |
| HSL | 145.71º | 0.14% | 0.51% | - |
| HSV(B) | 145.71º | 0.24% | 0.58% | - |
| XYZ | 20.95 | 25.84 | 23.96 | - |
| YUV | 134.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 127 | 0.24 | 0 | 0.14 | 0.42 | 145.71 | 0.14 | 0.51 |
| Hex | 70 | 93 | 7F | 18 | 0 | E | 2A | 92 | E | 33 |
| Octal | 160 | 223 | 177 | 30 | 0 | 16 | 52 | 222 | 16 | 63 |
| Binary | 1110000 | 10010011 | 1111111 | 11000 | 0 | 1110 | 101010 | 10010010 | 1110 | 110011 |
Color Harmonies of #70937F
Complementary color
Monochromatic Colors of #70937F
Black with #70937F
Text Example
Text Example
White with #70937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70937F; }
p { color: rgb(112,147,127); }
H1.HeaderClassName
{
color: #70937F;
}
.AnyTagClassName
{
color: #70937F;
}
</style>
background-color css
<style>
a { background-color: #70937F; }
a { background-color: rgb(112,147,127); }
div.DivClassName
{
background-color: #70937F;
}
.BgClassName
{
background-color: #70937F;
}
</style>
border-color css
<style>
span { border-color: #70937F; }
span { border-color: rgb(112,147,127); }
td.TdClassName
{
border-color: #70937F;
}
.TagClassName
{
border-color: #70937F;
}
</style>