Shades of Oxley #708D7B
Tints of Oxley #708D7B
RGB
CMYK
RGB Variations
Color information
#708D7B (or 0x708D7B) is known color: Oxley. HEX triplet: 70, 8D and 7B. RGB value is (112,141,123). Sum of RGB (Red+Green+Blue) = 112+141+123=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 141 - color contains mainly: green. Hex color #708D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D7B is #8F7284. Grayscale: #828282. Windows color (decimal): -9400965 or 8097136. OLE color: 8097136.
HSL color Cylindrical-coordinate representation of color #708D7B: hue angle of 142.76º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708D7B is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 123 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.45 |
| HSL | 142.76º | 0.11% | 0.5% | - |
| HSV(B) | 142.76º | 0.21% | 0.55% | - |
| XYZ | 19.78 | 23.92 | 22.31 | - |
| YUV | 130.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 123 | 0.21 | 0 | 0.13 | 0.45 | 142.76 | 0.11 | 0.5 |
| Hex | 70 | 8D | 7B | 15 | 0 | D | 2D | 8F | B | 32 |
| Octal | 160 | 215 | 173 | 25 | 0 | 15 | 55 | 217 | 13 | 62 |
| Binary | 1110000 | 10001101 | 1111011 | 10101 | 0 | 1101 | 101101 | 10001111 | 1011 | 110010 |
Color Harmonies of #708D7B
Complementary color
Monochromatic Colors of #708D7B
Black with #708D7B
Text Example
Text Example
White with #708D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D7B; }
p { color: rgb(112,141,123); }
H1.HeaderClassName
{
color: #708D7B;
}
.AnyTagClassName
{
color: #708D7B;
}
</style>
background-color css
<style>
a { background-color: #708D7B; }
a { background-color: rgb(112,141,123); }
div.DivClassName
{
background-color: #708D7B;
}
.BgClassName
{
background-color: #708D7B;
}
</style>
border-color css
<style>
span { border-color: #708D7B; }
span { border-color: rgb(112,141,123); }
td.TdClassName
{
border-color: #708D7B;
}
.TagClassName
{
border-color: #708D7B;
}
</style>