Shades of Oxley #709E7F
Tints of Oxley #709E7F
RGB
CMYK
RGB Variations
Color information
#709E7F (or 0x709E7F) is known color: Oxley. HEX triplet: 70, 9E and 7F. RGB value is (112,158,127). Sum of RGB (Red+Green+Blue) = 112+158+127=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #709E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709E7F is #8F6180. Grayscale: #8C8C8C. Windows color (decimal): -9396609 or 8363632. OLE color: 8363632.
HSL color Cylindrical-coordinate representation of color #709E7F: hue angle of 139.57º 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 #709E7F is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 158 | 127 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.38 |
| HSL | 139.57º | 0.19% | 0.53% | - |
| HSV(B) | 139.57º | 0.29% | 0.62% | - |
| XYZ | 22.74 | 29.43 | 24.56 | - |
| YUV | 140.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 127 | 0.29 | 0 | 0.20 | 0.38 | 139.57 | 0.19 | 0.53 |
| Hex | 70 | 9E | 7F | 1D | 0 | 14 | 26 | 8C | 13 | 35 |
| Octal | 160 | 236 | 177 | 35 | 0 | 24 | 46 | 214 | 23 | 65 |
| Binary | 1110000 | 10011110 | 1111111 | 11101 | 0 | 10100 | 100110 | 10001100 | 10011 | 110101 |
Color Harmonies of #709E7F
Complementary color
Monochromatic Colors of #709E7F
Black with #709E7F
Text Example
Text Example
White with #709E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709E7F; }
p { color: rgb(112,158,127); }
H1.HeaderClassName
{
color: #709E7F;
}
.AnyTagClassName
{
color: #709E7F;
}
</style>
background-color css
<style>
a { background-color: #709E7F; }
a { background-color: rgb(112,158,127); }
div.DivClassName
{
background-color: #709E7F;
}
.BgClassName
{
background-color: #709E7F;
}
</style>
border-color css
<style>
span { border-color: #709E7F; }
span { border-color: rgb(112,158,127); }
td.TdClassName
{
border-color: #709E7F;
}
.TagClassName
{
border-color: #709E7F;
}
</style>