Shades of Oxley #709B83
Tints of Oxley #709B83
RGB
CMYK
RGB Variations
Color information
#709B83 (or 0x709B83) is known color: Oxley. HEX triplet: 70, 9B and 83. RGB value is (112,155,131). Sum of RGB (Red+Green+Blue) = 112+155+131=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #709B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709B83 is #8F647C. Grayscale: #8B8B8B. Windows color (decimal): -9397373 or 8625008. OLE color: 8625008.
HSL color Cylindrical-coordinate representation of color #709B83: hue angle of 146.51º 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 #709B83 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 131 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.39 |
| HSL | 146.51º | 0.18% | 0.52% | - |
| HSV(B) | 146.51º | 0.28% | 0.61% | - |
| XYZ | 22.5 | 28.53 | 25.79 | - |
| YUV | 139.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 131 | 0.28 | 0 | 0.15 | 0.39 | 146.51 | 0.18 | 0.52 |
| Hex | 70 | 9B | 83 | 1C | 0 | F | 27 | 93 | 12 | 34 |
| Octal | 160 | 233 | 203 | 34 | 0 | 17 | 47 | 223 | 22 | 64 |
| Binary | 1110000 | 10011011 | 10000011 | 11100 | 0 | 1111 | 100111 | 10010011 | 10010 | 110100 |
Color Harmonies of #709B83
Complementary color
Monochromatic Colors of #709B83
Black with #709B83
Text Example
Text Example
White with #709B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B83; }
p { color: rgb(112,155,131); }
H1.HeaderClassName
{
color: #709B83;
}
.AnyTagClassName
{
color: #709B83;
}
</style>
background-color css
<style>
a { background-color: #709B83; }
a { background-color: rgb(112,155,131); }
div.DivClassName
{
background-color: #709B83;
}
.BgClassName
{
background-color: #709B83;
}
</style>
border-color css
<style>
span { border-color: #709B83; }
span { border-color: rgb(112,155,131); }
td.TdClassName
{
border-color: #709B83;
}
.TagClassName
{
border-color: #709B83;
}
</style>