Shades of Oxley #70997F
Tints of Oxley #70997F
RGB
CMYK
RGB Variations
Color information
#70997F (or 0x70997F) is known color: Oxley. HEX triplet: 70, 99 and 7F. RGB value is (112,153,127). Sum of RGB (Red+Green+Blue) = 112+153+127=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #70997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70997F is #8F6680. Grayscale: #898989. Windows color (decimal): -9397889 or 8362352. OLE color: 8362352.
HSL color Cylindrical-coordinate representation of color #70997F: hue angle of 141.95º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70997F is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 153 | 127 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.4 |
| HSL | 141.95º | 0.17% | 0.52% | - |
| HSV(B) | 141.95º | 0.27% | 0.6% | - |
| XYZ | 21.9 | 27.76 | 24.28 | - |
| YUV | 137.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 127 | 0.27 | 0 | 0.17 | 0.4 | 141.95 | 0.17 | 0.52 |
| Hex | 70 | 99 | 7F | 1B | 0 | 11 | 28 | 8E | 11 | 34 |
| Octal | 160 | 231 | 177 | 33 | 0 | 21 | 50 | 216 | 21 | 64 |
| Binary | 1110000 | 10011001 | 1111111 | 11011 | 0 | 10001 | 101000 | 10001110 | 10001 | 110100 |
Color Harmonies of #70997F
Complementary color
Monochromatic Colors of #70997F
Black with #70997F
Text Example
Text Example
White with #70997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70997F; }
p { color: rgb(112,153,127); }
H1.HeaderClassName
{
color: #70997F;
}
.AnyTagClassName
{
color: #70997F;
}
</style>
background-color css
<style>
a { background-color: #70997F; }
a { background-color: rgb(112,153,127); }
div.DivClassName
{
background-color: #70997F;
}
.BgClassName
{
background-color: #70997F;
}
</style>
border-color css
<style>
span { border-color: #70997F; }
span { border-color: rgb(112,153,127); }
td.TdClassName
{
border-color: #70997F;
}
.TagClassName
{
border-color: #70997F;
}
</style>