Shades of Oxley #709B80
Tints of Oxley #709B80
RGB
CMYK
RGB Variations
Color information
#709B80 (or 0x709B80) is known color: Oxley. HEX triplet: 70, 9B and 80. RGB value is (112,155,128). Sum of RGB (Red+Green+Blue) = 112+155+128=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #709B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709B80 is #8F647F. Grayscale: #8B8B8B. Windows color (decimal): -9397376 or 8428400. OLE color: 8428400.
HSL color Cylindrical-coordinate representation of color #709B80: hue angle of 142.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709B80 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 128 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.39 |
| HSL | 142.33º | 0.18% | 0.52% | - |
| HSV(B) | 142.33º | 0.28% | 0.61% | - |
| XYZ | 22.3 | 28.45 | 24.74 | - |
| YUV | 139.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 128 | 0.28 | 0 | 0.17 | 0.39 | 142.33 | 0.18 | 0.52 |
| Hex | 70 | 9B | 80 | 1C | 0 | 11 | 27 | 8E | 12 | 34 |
| Octal | 160 | 233 | 200 | 34 | 0 | 21 | 47 | 216 | 22 | 64 |
| Binary | 1110000 | 10011011 | 10000000 | 11100 | 0 | 10001 | 100111 | 10001110 | 10010 | 110100 |
Color Harmonies of #709B80
Complementary color
Monochromatic Colors of #709B80
Black with #709B80
Text Example
Text Example
White with #709B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B80; }
p { color: rgb(112,155,128); }
H1.HeaderClassName
{
color: #709B80;
}
.AnyTagClassName
{
color: #709B80;
}
</style>
background-color css
<style>
a { background-color: #709B80; }
a { background-color: rgb(112,155,128); }
div.DivClassName
{
background-color: #709B80;
}
.BgClassName
{
background-color: #709B80;
}
</style>
border-color css
<style>
span { border-color: #709B80; }
span { border-color: rgb(112,155,128); }
td.TdClassName
{
border-color: #709B80;
}
.TagClassName
{
border-color: #709B80;
}
</style>