Shades of Oxley #70897A
Tints of Oxley #70897A
RGB
CMYK
RGB Variations
Color information
#70897A (or 0x70897A) is known color: Oxley. HEX triplet: 70, 89 and 7A. RGB value is (112,137,122). Sum of RGB (Red+Green+Blue) = 112+137+122=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #70897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70897A is #8F7685. Grayscale: #7F7F7F. Windows color (decimal): -9401990 or 8030576. OLE color: 8030576.
HSL color Cylindrical-coordinate representation of color #70897A: hue angle of 144º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70897A is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 122 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.46 |
| HSL | 144º | 0.1% | 0.49% | - |
| HSV(B) | 144º | 0.18% | 0.54% | - |
| XYZ | 19.14 | 22.74 | 21.79 | - |
| YUV | 127.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 122 | 0.18 | 0 | 0.11 | 0.46 | 144 | 0.1 | 0.49 |
| Hex | 70 | 89 | 7A | 12 | 0 | B | 2E | 90 | A | 31 |
| Octal | 160 | 211 | 172 | 22 | 0 | 13 | 56 | 220 | 12 | 61 |
| Binary | 1110000 | 10001001 | 1111010 | 10010 | 0 | 1011 | 101110 | 10010000 | 1010 | 110001 |
Color Harmonies of #70897A
Complementary color
Monochromatic Colors of #70897A
Black with #70897A
Text Example
Text Example
White with #70897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70897A; }
p { color: rgb(112,137,122); }
H1.HeaderClassName
{
color: #70897A;
}
.AnyTagClassName
{
color: #70897A;
}
</style>
background-color css
<style>
a { background-color: #70897A; }
a { background-color: rgb(112,137,122); }
div.DivClassName
{
background-color: #70897A;
}
.BgClassName
{
background-color: #70897A;
}
</style>
border-color css
<style>
span { border-color: #70897A; }
span { border-color: rgb(112,137,122); }
td.TdClassName
{
border-color: #70897A;
}
.TagClassName
{
border-color: #70897A;
}
</style>