Shades of Oxley #709881
Tints of Oxley #709881
RGB
CMYK
RGB Variations
Color information
#709881 (or 0x709881) is known color: Oxley. HEX triplet: 70, 98 and 81. RGB value is (112,152,129). Sum of RGB (Red+Green+Blue) = 112+152+129=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #709881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709881 is #8F677E. Grayscale: #898989. Windows color (decimal): -9398143 or 8493168. OLE color: 8493168.
HSL color Cylindrical-coordinate representation of color #709881: hue angle of 145.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709881 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 129 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.40 |
| HSL | 145.5º | 0.16% | 0.52% | - |
| HSV(B) | 145.5º | 0.26% | 0.6% | - |
| XYZ | 21.87 | 27.49 | 24.92 | - |
| YUV | 137.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 129 | 0.26 | 0 | 0.15 | 0.40 | 145.5 | 0.16 | 0.52 |
| Hex | 70 | 98 | 81 | 1A | 0 | F | 28 | 92 | 10 | 34 |
| Octal | 160 | 230 | 201 | 32 | 0 | 17 | 50 | 222 | 20 | 64 |
| Binary | 1110000 | 10011000 | 10000001 | 11010 | 0 | 1111 | 101000 | 10010010 | 10000 | 110100 |
Color Harmonies of #709881
Complementary color
Monochromatic Colors of #709881
Black with #709881
Text Example
Text Example
White with #709881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709881; }
p { color: rgb(112,152,129); }
H1.HeaderClassName
{
color: #709881;
}
.AnyTagClassName
{
color: #709881;
}
</style>
background-color css
<style>
a { background-color: #709881; }
a { background-color: rgb(112,152,129); }
div.DivClassName
{
background-color: #709881;
}
.BgClassName
{
background-color: #709881;
}
</style>
border-color css
<style>
span { border-color: #709881; }
span { border-color: rgb(112,152,129); }
td.TdClassName
{
border-color: #709881;
}
.TagClassName
{
border-color: #709881;
}
</style>