Shades of Oxley #708A79
Tints of Oxley #708A79
RGB
CMYK
RGB Variations
Color information
#708A79 (or 0x708A79) is known color: Oxley. HEX triplet: 70, 8A and 79. RGB value is (112,138,121). Sum of RGB (Red+Green+Blue) = 112+138+121=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 138 - color contains mainly: green. Hex color #708A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A79 is #8F7586. Grayscale: #808080. Windows color (decimal): -9401735 or 7965296. OLE color: 7965296.
HSL color Cylindrical-coordinate representation of color #708A79: hue angle of 140.77º 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 #708A79 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 121 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.46 |
| HSL | 140.77º | 0.1% | 0.49% | - |
| HSV(B) | 140.77º | 0.19% | 0.54% | - |
| XYZ | 19.22 | 23 | 21.52 | - |
| YUV | 128.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 121 | 0.19 | 0 | 0.12 | 0.46 | 140.77 | 0.1 | 0.49 |
| Hex | 70 | 8A | 79 | 13 | 0 | C | 2E | 8D | A | 31 |
| Octal | 160 | 212 | 171 | 23 | 0 | 14 | 56 | 215 | 12 | 61 |
| Binary | 1110000 | 10001010 | 1111001 | 10011 | 0 | 1100 | 101110 | 10001101 | 1010 | 110001 |
Color Harmonies of #708A79
Complementary color
Monochromatic Colors of #708A79
Black with #708A79
Text Example
Text Example
White with #708A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A79; }
p { color: rgb(112,138,121); }
H1.HeaderClassName
{
color: #708A79;
}
.AnyTagClassName
{
color: #708A79;
}
</style>
background-color css
<style>
a { background-color: #708A79; }
a { background-color: rgb(112,138,121); }
div.DivClassName
{
background-color: #708A79;
}
.BgClassName
{
background-color: #708A79;
}
</style>
border-color css
<style>
span { border-color: #708A79; }
span { border-color: rgb(112,138,121); }
td.TdClassName
{
border-color: #708A79;
}
.TagClassName
{
border-color: #708A79;
}
</style>