Shades of Oxley #708E7D
Tints of Oxley #708E7D
RGB
CMYK
RGB Variations
Color information
#708E7D (or 0x708E7D) is known color: Oxley. HEX triplet: 70, 8E and 7D. RGB value is (112,142,125). Sum of RGB (Red+Green+Blue) = 112+142+125=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 142 - color contains mainly: green. Hex color #708E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E7D is #8F7182. Grayscale: #838383. Windows color (decimal): -9400707 or 8228464. OLE color: 8228464.
HSL color Cylindrical-coordinate representation of color #708E7D: hue angle of 146º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708E7D is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 125 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.44 |
| HSL | 146º | 0.12% | 0.5% | - |
| HSV(B) | 146º | 0.21% | 0.56% | - |
| XYZ | 20.06 | 24.27 | 23.03 | - |
| YUV | 131.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 125 | 0.21 | 0 | 0.12 | 0.44 | 146 | 0.12 | 0.5 |
| Hex | 70 | 8E | 7D | 15 | 0 | C | 2C | 92 | C | 32 |
| Octal | 160 | 216 | 175 | 25 | 0 | 14 | 54 | 222 | 14 | 62 |
| Binary | 1110000 | 10001110 | 1111101 | 10101 | 0 | 1100 | 101100 | 10010010 | 1100 | 110010 |
Color Harmonies of #708E7D
Complementary color
Monochromatic Colors of #708E7D
Black with #708E7D
Text Example
Text Example
White with #708E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E7D; }
p { color: rgb(112,142,125); }
H1.HeaderClassName
{
color: #708E7D;
}
.AnyTagClassName
{
color: #708E7D;
}
</style>
background-color css
<style>
a { background-color: #708E7D; }
a { background-color: rgb(112,142,125); }
div.DivClassName
{
background-color: #708E7D;
}
.BgClassName
{
background-color: #708E7D;
}
</style>
border-color css
<style>
span { border-color: #708E7D; }
span { border-color: rgb(112,142,125); }
td.TdClassName
{
border-color: #708E7D;
}
.TagClassName
{
border-color: #708E7D;
}
</style>