Shades of Oxley #708C79
Tints of Oxley #708C79
RGB
CMYK
RGB Variations
Color information
#708C79 (or 0x708C79) is known color: Oxley. HEX triplet: 70, 8C and 79. RGB value is (112,140,121). Sum of RGB (Red+Green+Blue) = 112+140+121=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 140 - color contains mainly: green. Hex color #708C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C79 is #8F7386. Grayscale: #818181. Windows color (decimal): -9401223 or 7965808. OLE color: 7965808.
HSL color Cylindrical-coordinate representation of color #708C79: hue angle of 139.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708C79 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 121 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.45 |
| HSL | 139.29º | 0.11% | 0.49% | - |
| HSV(B) | 139.29º | 0.2% | 0.55% | - |
| XYZ | 19.51 | 23.58 | 21.61 | - |
| YUV | 129.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 121 | 0.20 | 0 | 0.14 | 0.45 | 139.29 | 0.11 | 0.49 |
| Hex | 70 | 8C | 79 | 14 | 0 | E | 2D | 8B | B | 31 |
| Octal | 160 | 214 | 171 | 24 | 0 | 16 | 55 | 213 | 13 | 61 |
| Binary | 1110000 | 10001100 | 1111001 | 10100 | 0 | 1110 | 101101 | 10001011 | 1011 | 110001 |
Color Harmonies of #708C79
Complementary color
Monochromatic Colors of #708C79
Black with #708C79
Text Example
Text Example
White with #708C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C79; }
p { color: rgb(112,140,121); }
H1.HeaderClassName
{
color: #708C79;
}
.AnyTagClassName
{
color: #708C79;
}
</style>
background-color css
<style>
a { background-color: #708C79; }
a { background-color: rgb(112,140,121); }
div.DivClassName
{
background-color: #708C79;
}
.BgClassName
{
background-color: #708C79;
}
</style>
border-color css
<style>
span { border-color: #708C79; }
span { border-color: rgb(112,140,121); }
td.TdClassName
{
border-color: #708C79;
}
.TagClassName
{
border-color: #708C79;
}
</style>