Shades of Oxley #708C7A
Tints of Oxley #708C7A
RGB
CMYK
RGB Variations
Color information
#708C7A (or 0x708C7A) is known color: Oxley. HEX triplet: 70, 8C and 7A. RGB value is (112,140,122). Sum of RGB (Red+Green+Blue) = 112+140+122=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 140 - color contains mainly: green. Hex color #708C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C7A is #8F7385. Grayscale: #818181. Windows color (decimal): -9401222 or 8031344. OLE color: 8031344.
HSL color Cylindrical-coordinate representation of color #708C7A: hue angle of 141.43º 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 #708C7A is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 122 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.45 |
| HSL | 141.43º | 0.11% | 0.49% | - |
| HSV(B) | 141.43º | 0.2% | 0.55% | - |
| XYZ | 19.57 | 23.61 | 21.94 | - |
| YUV | 129.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 122 | 0.20 | 0 | 0.13 | 0.45 | 141.43 | 0.11 | 0.49 |
| Hex | 70 | 8C | 7A | 14 | 0 | D | 2D | 8D | B | 31 |
| Octal | 160 | 214 | 172 | 24 | 0 | 15 | 55 | 215 | 13 | 61 |
| Binary | 1110000 | 10001100 | 1111010 | 10100 | 0 | 1101 | 101101 | 10001101 | 1011 | 110001 |
Color Harmonies of #708C7A
Complementary color
Monochromatic Colors of #708C7A
Black with #708C7A
Text Example
Text Example
White with #708C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C7A; }
p { color: rgb(112,140,122); }
H1.HeaderClassName
{
color: #708C7A;
}
.AnyTagClassName
{
color: #708C7A;
}
</style>
background-color css
<style>
a { background-color: #708C7A; }
a { background-color: rgb(112,140,122); }
div.DivClassName
{
background-color: #708C7A;
}
.BgClassName
{
background-color: #708C7A;
}
</style>
border-color css
<style>
span { border-color: #708C7A; }
span { border-color: rgb(112,140,122); }
td.TdClassName
{
border-color: #708C7A;
}
.TagClassName
{
border-color: #708C7A;
}
</style>