Shades of Oxley #709576
Tints of Oxley #709576
RGB
CMYK
RGB Variations
Color information
#709576 (or 0x709576) is known color: Oxley. HEX triplet: 70, 95 and 76. RGB value is (112,149,118). Sum of RGB (Red+Green+Blue) = 112+149+118=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #709576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709576 is #8F6A89. Grayscale: #868686. Windows color (decimal): -9398922 or 7771504. OLE color: 7771504.
HSL color Cylindrical-coordinate representation of color #709576: hue angle of 129.73º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709576 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 118 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.42 |
| HSL | 129.73º | 0.15% | 0.51% | - |
| HSV(B) | 129.73º | 0.25% | 0.58% | - |
| XYZ | 20.7 | 26.25 | 21.11 | - |
| YUV | 134.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 118 | 0.25 | 0 | 0.21 | 0.42 | 129.73 | 0.15 | 0.51 |
| Hex | 70 | 95 | 76 | 19 | 0 | 15 | 2A | 82 | F | 33 |
| Octal | 160 | 225 | 166 | 31 | 0 | 25 | 52 | 202 | 17 | 63 |
| Binary | 1110000 | 10010101 | 1110110 | 11001 | 0 | 10101 | 101010 | 10000010 | 1111 | 110011 |
Color Harmonies of #709576
Complementary color
Monochromatic Colors of #709576
Black with #709576
Text Example
Text Example
White with #709576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709576; }
p { color: rgb(112,149,118); }
H1.HeaderClassName
{
color: #709576;
}
.AnyTagClassName
{
color: #709576;
}
</style>
background-color css
<style>
a { background-color: #709576; }
a { background-color: rgb(112,149,118); }
div.DivClassName
{
background-color: #709576;
}
.BgClassName
{
background-color: #709576;
}
</style>
border-color css
<style>
span { border-color: #709576; }
span { border-color: rgb(112,149,118); }
td.TdClassName
{
border-color: #709576;
}
.TagClassName
{
border-color: #709576;
}
</style>