Shades of Oxley #709777
Tints of Oxley #709777
RGB
CMYK
RGB Variations
Color information
#709777 (or 0x709777) is known color: Oxley. HEX triplet: 70, 97 and 77. RGB value is (112,151,119). Sum of RGB (Red+Green+Blue) = 112+151+119=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #709777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709777 is #8F6888. Grayscale: #878787. Windows color (decimal): -9398409 or 7837552. OLE color: 7837552.
HSL color Cylindrical-coordinate representation of color #709777: hue angle of 130.77º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709777 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 151 | 119 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.41 |
| HSL | 130.77º | 0.16% | 0.52% | - |
| HSV(B) | 130.77º | 0.26% | 0.59% | - |
| XYZ | 21.08 | 26.91 | 21.54 | - |
| YUV | 135.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 119 | 0.26 | 0 | 0.21 | 0.41 | 130.77 | 0.16 | 0.52 |
| Hex | 70 | 97 | 77 | 1A | 0 | 15 | 29 | 83 | 10 | 34 |
| Octal | 160 | 227 | 167 | 32 | 0 | 25 | 51 | 203 | 20 | 64 |
| Binary | 1110000 | 10010111 | 1110111 | 11010 | 0 | 10101 | 101001 | 10000011 | 10000 | 110100 |
Color Harmonies of #709777
Complementary color
Monochromatic Colors of #709777
Black with #709777
Text Example
Text Example
White with #709777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709777; }
p { color: rgb(112,151,119); }
H1.HeaderClassName
{
color: #709777;
}
.AnyTagClassName
{
color: #709777;
}
</style>
background-color css
<style>
a { background-color: #709777; }
a { background-color: rgb(112,151,119); }
div.DivClassName
{
background-color: #709777;
}
.BgClassName
{
background-color: #709777;
}
</style>
border-color css
<style>
span { border-color: #709777; }
span { border-color: rgb(112,151,119); }
td.TdClassName
{
border-color: #709777;
}
.TagClassName
{
border-color: #709777;
}
</style>