Shades of Oxley #70917F
Tints of Oxley #70917F
RGB
CMYK
RGB Variations
Color information
#70917F (or 0x70917F) is known color: Oxley. HEX triplet: 70, 91 and 7F. RGB value is (112,145,127). Sum of RGB (Red+Green+Blue) = 112+145+127=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #70917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70917F is #8F6E80. Grayscale: #858585. Windows color (decimal): -9399937 or 8360304. OLE color: 8360304.
HSL color Cylindrical-coordinate representation of color #70917F: hue angle of 147.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70917F is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 127 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.43 |
| HSL | 147.27º | 0.13% | 0.5% | - |
| HSV(B) | 147.27º | 0.23% | 0.57% | - |
| XYZ | 20.64 | 25.23 | 23.86 | - |
| YUV | 133.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 127 | 0.23 | 0 | 0.12 | 0.43 | 147.27 | 0.13 | 0.5 |
| Hex | 70 | 91 | 7F | 17 | 0 | C | 2B | 93 | D | 32 |
| Octal | 160 | 221 | 177 | 27 | 0 | 14 | 53 | 223 | 15 | 62 |
| Binary | 1110000 | 10010001 | 1111111 | 10111 | 0 | 1100 | 101011 | 10010011 | 1101 | 110010 |
Color Harmonies of #70917F
Complementary color
Monochromatic Colors of #70917F
Black with #70917F
Text Example
Text Example
White with #70917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70917F; }
p { color: rgb(112,145,127); }
H1.HeaderClassName
{
color: #70917F;
}
.AnyTagClassName
{
color: #70917F;
}
</style>
background-color css
<style>
a { background-color: #70917F; }
a { background-color: rgb(112,145,127); }
div.DivClassName
{
background-color: #70917F;
}
.BgClassName
{
background-color: #70917F;
}
</style>
border-color css
<style>
span { border-color: #70917F; }
span { border-color: rgb(112,145,127); }
td.TdClassName
{
border-color: #70917F;
}
.TagClassName
{
border-color: #70917F;
}
</style>