Shades of Oxley #709E7D
Tints of Oxley #709E7D
RGB
CMYK
RGB Variations
Color information
#709E7D (or 0x709E7D) is known color: Oxley. HEX triplet: 70, 9E and 7D. RGB value is (112,158,125). Sum of RGB (Red+Green+Blue) = 112+158+125=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #709E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709E7D is #8F6182. Grayscale: #8C8C8C. Windows color (decimal): -9396611 or 8232560. OLE color: 8232560.
HSL color Cylindrical-coordinate representation of color #709E7D: hue angle of 136.96º 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 #709E7D is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 158 | 125 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.38 |
| HSL | 136.96º | 0.19% | 0.53% | - |
| HSV(B) | 136.96º | 0.29% | 0.62% | - |
| XYZ | 22.61 | 29.38 | 23.88 | - |
| YUV | 140.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 125 | 0.29 | 0 | 0.21 | 0.38 | 136.96 | 0.19 | 0.53 |
| Hex | 70 | 9E | 7D | 1D | 0 | 15 | 26 | 89 | 13 | 35 |
| Octal | 160 | 236 | 175 | 35 | 0 | 25 | 46 | 211 | 23 | 65 |
| Binary | 1110000 | 10011110 | 1111101 | 11101 | 0 | 10101 | 100110 | 10001001 | 10011 | 110101 |
Color Harmonies of #709E7D
Complementary color
Monochromatic Colors of #709E7D
Black with #709E7D
Text Example
Text Example
White with #709E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709E7D; }
p { color: rgb(112,158,125); }
H1.HeaderClassName
{
color: #709E7D;
}
.AnyTagClassName
{
color: #709E7D;
}
</style>
background-color css
<style>
a { background-color: #709E7D; }
a { background-color: rgb(112,158,125); }
div.DivClassName
{
background-color: #709E7D;
}
.BgClassName
{
background-color: #709E7D;
}
</style>
border-color css
<style>
span { border-color: #709E7D; }
span { border-color: rgb(112,158,125); }
td.TdClassName
{
border-color: #709E7D;
}
.TagClassName
{
border-color: #709E7D;
}
</style>