Shades of Oxley #708F7E
Tints of Oxley #708F7E
RGB
CMYK
RGB Variations
Color information
#708F7E (or 0x708F7E) is known color: Oxley. HEX triplet: 70, 8F and 7E. RGB value is (112,143,126). Sum of RGB (Red+Green+Blue) = 112+143+126=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 143 - color contains mainly: green. Hex color #708F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708F7E is #8F7081. Grayscale: #838383. Windows color (decimal): -9400450 or 8294256. OLE color: 8294256.
HSL color Cylindrical-coordinate representation of color #708F7E: hue angle of 147.1º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708F7E is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 143 | 126 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.44 |
| HSL | 147.1º | 0.12% | 0.5% | - |
| HSV(B) | 147.1º | 0.22% | 0.56% | - |
| XYZ | 20.27 | 24.6 | 23.42 | - |
| YUV | 131.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 126 | 0.22 | 0 | 0.12 | 0.44 | 147.1 | 0.12 | 0.5 |
| Hex | 70 | 8F | 7E | 16 | 0 | C | 2C | 93 | C | 32 |
| Octal | 160 | 217 | 176 | 26 | 0 | 14 | 54 | 223 | 14 | 62 |
| Binary | 1110000 | 10001111 | 1111110 | 10110 | 0 | 1100 | 101100 | 10010011 | 1100 | 110010 |
Color Harmonies of #708F7E
Complementary color
Monochromatic Colors of #708F7E
Black with #708F7E
Text Example
Text Example
White with #708F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F7E; }
p { color: rgb(112,143,126); }
H1.HeaderClassName
{
color: #708F7E;
}
.AnyTagClassName
{
color: #708F7E;
}
</style>
background-color css
<style>
a { background-color: #708F7E; }
a { background-color: rgb(112,143,126); }
div.DivClassName
{
background-color: #708F7E;
}
.BgClassName
{
background-color: #708F7E;
}
</style>
border-color css
<style>
span { border-color: #708F7E; }
span { border-color: rgb(112,143,126); }
td.TdClassName
{
border-color: #708F7E;
}
.TagClassName
{
border-color: #708F7E;
}
</style>