Shades of Oxley #70987E
Tints of Oxley #70987E
RGB
CMYK
RGB Variations
Color information
#70987E (or 0x70987E) is known color: Oxley. HEX triplet: 70, 98 and 7E. RGB value is (112,152,126). Sum of RGB (Red+Green+Blue) = 112+152+126=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 152 - color contains mainly: green. Hex color #70987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70987E is #8F6781. Grayscale: #898989. Windows color (decimal): -9398146 or 8296560. OLE color: 8296560.
HSL color Cylindrical-coordinate representation of color #70987E: hue angle of 141º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70987E is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 126 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.40 |
| HSL | 141º | 0.16% | 0.52% | - |
| HSV(B) | 141º | 0.26% | 0.6% | - |
| XYZ | 21.68 | 27.41 | 23.89 | - |
| YUV | 137.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 126 | 0.26 | 0 | 0.17 | 0.40 | 141 | 0.16 | 0.52 |
| Hex | 70 | 98 | 7E | 1A | 0 | 11 | 28 | 8D | 10 | 34 |
| Octal | 160 | 230 | 176 | 32 | 0 | 21 | 50 | 215 | 20 | 64 |
| Binary | 1110000 | 10011000 | 1111110 | 11010 | 0 | 10001 | 101000 | 10001101 | 10000 | 110100 |
Color Harmonies of #70987E
Complementary color
Monochromatic Colors of #70987E
Black with #70987E
Text Example
Text Example
White with #70987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70987E; }
p { color: rgb(112,152,126); }
H1.HeaderClassName
{
color: #70987E;
}
.AnyTagClassName
{
color: #70987E;
}
</style>
background-color css
<style>
a { background-color: #70987E; }
a { background-color: rgb(112,152,126); }
div.DivClassName
{
background-color: #70987E;
}
.BgClassName
{
background-color: #70987E;
}
</style>
border-color css
<style>
span { border-color: #70987E; }
span { border-color: rgb(112,152,126); }
td.TdClassName
{
border-color: #70987E;
}
.TagClassName
{
border-color: #70987E;
}
</style>