Shades of Oxley #708A7A
Tints of Oxley #708A7A
RGB
CMYK
RGB Variations
Color information
#708A7A (or 0x708A7A) is known color: Oxley. HEX triplet: 70, 8A and 7A. RGB value is (112,138,122). Sum of RGB (Red+Green+Blue) = 112+138+122=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 138 - color contains mainly: green. Hex color #708A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A7A is #8F7585. Grayscale: #808080. Windows color (decimal): -9401734 or 8030832. OLE color: 8030832.
HSL color Cylindrical-coordinate representation of color #708A7A: hue angle of 143.08º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #708A7A is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 122 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.46 |
| HSL | 143.08º | 0.1% | 0.49% | - |
| HSV(B) | 143.08º | 0.19% | 0.54% | - |
| XYZ | 19.28 | 23.03 | 21.84 | - |
| YUV | 128.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 122 | 0.19 | 0 | 0.12 | 0.46 | 143.08 | 0.1 | 0.49 |
| Hex | 70 | 8A | 7A | 13 | 0 | C | 2E | 8F | A | 31 |
| Octal | 160 | 212 | 172 | 23 | 0 | 14 | 56 | 217 | 12 | 61 |
| Binary | 1110000 | 10001010 | 1111010 | 10011 | 0 | 1100 | 101110 | 10001111 | 1010 | 110001 |
Color Harmonies of #708A7A
Complementary color
Monochromatic Colors of #708A7A
Black with #708A7A
Text Example
Text Example
White with #708A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A7A; }
p { color: rgb(112,138,122); }
H1.HeaderClassName
{
color: #708A7A;
}
.AnyTagClassName
{
color: #708A7A;
}
</style>
background-color css
<style>
a { background-color: #708A7A; }
a { background-color: rgb(112,138,122); }
div.DivClassName
{
background-color: #708A7A;
}
.BgClassName
{
background-color: #708A7A;
}
</style>
border-color css
<style>
span { border-color: #708A7A; }
span { border-color: rgb(112,138,122); }
td.TdClassName
{
border-color: #708A7A;
}
.TagClassName
{
border-color: #708A7A;
}
</style>