Shades of Oxley #709A80
Tints of Oxley #709A80
RGB
CMYK
RGB Variations
Color information
#709A80 (or 0x709A80) is known color: Oxley. HEX triplet: 70, 9A and 80. RGB value is (112,154,128). Sum of RGB (Red+Green+Blue) = 112+154+128=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 154 - color contains mainly: green. Hex color #709A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709A80 is #8F657F. Grayscale: #8A8A8A. Windows color (decimal): -9397632 or 8428144. OLE color: 8428144.
HSL color Cylindrical-coordinate representation of color #709A80: hue angle of 142.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #709A80 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 154 | 128 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.40 |
| HSL | 142.86º | 0.17% | 0.52% | - |
| HSV(B) | 142.86º | 0.27% | 0.6% | - |
| XYZ | 22.13 | 28.11 | 24.68 | - |
| YUV | 138.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 128 | 0.27 | 0 | 0.17 | 0.40 | 142.86 | 0.17 | 0.52 |
| Hex | 70 | 9A | 80 | 1B | 0 | 11 | 28 | 8F | 11 | 34 |
| Octal | 160 | 232 | 200 | 33 | 0 | 21 | 50 | 217 | 21 | 64 |
| Binary | 1110000 | 10011010 | 10000000 | 11011 | 0 | 10001 | 101000 | 10001111 | 10001 | 110100 |
Color Harmonies of #709A80
Complementary color
Monochromatic Colors of #709A80
Black with #709A80
Text Example
Text Example
White with #709A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709A80; }
p { color: rgb(112,154,128); }
H1.HeaderClassName
{
color: #709A80;
}
.AnyTagClassName
{
color: #709A80;
}
</style>
background-color css
<style>
a { background-color: #709A80; }
a { background-color: rgb(112,154,128); }
div.DivClassName
{
background-color: #709A80;
}
.BgClassName
{
background-color: #709A80;
}
</style>
border-color css
<style>
span { border-color: #709A80; }
span { border-color: rgb(112,154,128); }
td.TdClassName
{
border-color: #709A80;
}
.TagClassName
{
border-color: #709A80;
}
</style>