Shades of Oxley #709E82
Tints of Oxley #709E82
RGB
CMYK
RGB Variations
Color information
#709E82 (or 0x709E82) is known color: Oxley. HEX triplet: 70, 9E and 82. RGB value is (112,158,130). Sum of RGB (Red+Green+Blue) = 112+158+130=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #709E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709E82 is #8F617D. Grayscale: #8D8D8D. Windows color (decimal): -9396606 or 8560240. OLE color: 8560240.
HSL color Cylindrical-coordinate representation of color #709E82: hue angle of 143.48º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709E82 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 158 | 130 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.38 |
| HSL | 143.48º | 0.19% | 0.53% | - |
| HSV(B) | 143.48º | 0.29% | 0.62% | - |
| XYZ | 22.94 | 29.51 | 25.61 | - |
| YUV | 141.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 130 | 0.29 | 0 | 0.18 | 0.38 | 143.48 | 0.19 | 0.53 |
| Hex | 70 | 9E | 82 | 1D | 0 | 12 | 26 | 8F | 13 | 35 |
| Octal | 160 | 236 | 202 | 35 | 0 | 22 | 46 | 217 | 23 | 65 |
| Binary | 1110000 | 10011110 | 10000010 | 11101 | 0 | 10010 | 100110 | 10001111 | 10011 | 110101 |
Color Harmonies of #709E82
Complementary color
Monochromatic Colors of #709E82
Black with #709E82
Text Example
Text Example
White with #709E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709E82; }
p { color: rgb(112,158,130); }
H1.HeaderClassName
{
color: #709E82;
}
.AnyTagClassName
{
color: #709E82;
}
</style>
background-color css
<style>
a { background-color: #709E82; }
a { background-color: rgb(112,158,130); }
div.DivClassName
{
background-color: #709E82;
}
.BgClassName
{
background-color: #709E82;
}
</style>
border-color css
<style>
span { border-color: #709E82; }
span { border-color: rgb(112,158,130); }
td.TdClassName
{
border-color: #709E82;
}
.TagClassName
{
border-color: #709E82;
}
</style>