Shades of Oxley #70947F
Tints of Oxley #70947F
RGB
CMYK
RGB Variations
Color information
#70947F (or 0x70947F) is known color: Oxley. HEX triplet: 70, 94 and 7F. RGB value is (112,148,127). Sum of RGB (Red+Green+Blue) = 112+148+127=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #70947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70947F is #8F6B80. Grayscale: #868686. Windows color (decimal): -9399169 or 8361072. OLE color: 8361072.
HSL color Cylindrical-coordinate representation of color #70947F: hue angle of 145º 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 #70947F is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 127 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.42 |
| HSL | 145º | 0.14% | 0.51% | - |
| HSV(B) | 145º | 0.24% | 0.58% | - |
| XYZ | 21.1 | 26.16 | 24.02 | - |
| YUV | 134.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 127 | 0.24 | 0 | 0.14 | 0.42 | 145 | 0.14 | 0.51 |
| Hex | 70 | 94 | 7F | 18 | 0 | E | 2A | 91 | E | 33 |
| Octal | 160 | 224 | 177 | 30 | 0 | 16 | 52 | 221 | 16 | 63 |
| Binary | 1110000 | 10010100 | 1111111 | 11000 | 0 | 1110 | 101010 | 10010001 | 1110 | 110011 |
Color Harmonies of #70947F
Complementary color
Monochromatic Colors of #70947F
Black with #70947F
Text Example
Text Example
White with #70947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70947F; }
p { color: rgb(112,148,127); }
H1.HeaderClassName
{
color: #70947F;
}
.AnyTagClassName
{
color: #70947F;
}
</style>
background-color css
<style>
a { background-color: #70947F; }
a { background-color: rgb(112,148,127); }
div.DivClassName
{
background-color: #70947F;
}
.BgClassName
{
background-color: #70947F;
}
</style>
border-color css
<style>
span { border-color: #70947F; }
span { border-color: rgb(112,148,127); }
td.TdClassName
{
border-color: #70947F;
}
.TagClassName
{
border-color: #70947F;
}
</style>