Shades of Oxley #70977E
Tints of Oxley #70977E
RGB
CMYK
RGB Variations
Color information
#70977E (or 0x70977E) is known color: Oxley. HEX triplet: 70, 97 and 7E. RGB value is (112,151,126). Sum of RGB (Red+Green+Blue) = 112+151+126=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #70977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70977E is #8F6881. Grayscale: #888888. Windows color (decimal): -9398402 or 8296304. OLE color: 8296304.
HSL color Cylindrical-coordinate representation of color #70977E: hue angle of 141.54º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70977E is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 151 | 126 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.41 |
| HSL | 141.54º | 0.16% | 0.52% | - |
| HSV(B) | 141.54º | 0.26% | 0.59% | - |
| XYZ | 21.51 | 27.08 | 23.83 | - |
| YUV | 136.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 126 | 0.26 | 0 | 0.17 | 0.41 | 141.54 | 0.16 | 0.52 |
| Hex | 70 | 97 | 7E | 1A | 0 | 11 | 29 | 8E | 10 | 34 |
| Octal | 160 | 227 | 176 | 32 | 0 | 21 | 51 | 216 | 20 | 64 |
| Binary | 1110000 | 10010111 | 1111110 | 11010 | 0 | 10001 | 101001 | 10001110 | 10000 | 110100 |
Color Harmonies of #70977E
Complementary color
Monochromatic Colors of #70977E
Black with #70977E
Text Example
Text Example
White with #70977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70977E; }
p { color: rgb(112,151,126); }
H1.HeaderClassName
{
color: #70977E;
}
.AnyTagClassName
{
color: #70977E;
}
</style>
background-color css
<style>
a { background-color: #70977E; }
a { background-color: rgb(112,151,126); }
div.DivClassName
{
background-color: #70977E;
}
.BgClassName
{
background-color: #70977E;
}
</style>
border-color css
<style>
span { border-color: #70977E; }
span { border-color: rgb(112,151,126); }
td.TdClassName
{
border-color: #70977E;
}
.TagClassName
{
border-color: #70977E;
}
</style>