Shades of Oxley #709177
Tints of Oxley #709177
RGB
CMYK
RGB Variations
Color information
#709177 (or 0x709177) is known color: Oxley. HEX triplet: 70, 91 and 77. RGB value is (112,145,119). Sum of RGB (Red+Green+Blue) = 112+145+119=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #709177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709177 is #8F6E88. Grayscale: #848484. Windows color (decimal): -9399945 or 7836016. OLE color: 7836016.
HSL color Cylindrical-coordinate representation of color #709177: hue angle of 132.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709177 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 119 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.43 |
| HSL | 132.73º | 0.13% | 0.5% | - |
| HSV(B) | 132.73º | 0.23% | 0.57% | - |
| XYZ | 20.14 | 25.03 | 21.22 | - |
| YUV | 132.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 119 | 0.23 | 0 | 0.18 | 0.43 | 132.73 | 0.13 | 0.5 |
| Hex | 70 | 91 | 77 | 17 | 0 | 12 | 2B | 85 | D | 32 |
| Octal | 160 | 221 | 167 | 27 | 0 | 22 | 53 | 205 | 15 | 62 |
| Binary | 1110000 | 10010001 | 1110111 | 10111 | 0 | 10010 | 101011 | 10000101 | 1101 | 110010 |
Color Harmonies of #709177
Complementary color
Monochromatic Colors of #709177
Black with #709177
Text Example
Text Example
White with #709177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709177; }
p { color: rgb(112,145,119); }
H1.HeaderClassName
{
color: #709177;
}
.AnyTagClassName
{
color: #709177;
}
</style>
background-color css
<style>
a { background-color: #709177; }
a { background-color: rgb(112,145,119); }
div.DivClassName
{
background-color: #709177;
}
.BgClassName
{
background-color: #709177;
}
</style>
border-color css
<style>
span { border-color: #709177; }
span { border-color: rgb(112,145,119); }
td.TdClassName
{
border-color: #709177;
}
.TagClassName
{
border-color: #709177;
}
</style>