Shades of Oxley #709879
Tints of Oxley #709879
RGB
CMYK
RGB Variations
Color information
#709879 (or 0x709879) is known color: Oxley. HEX triplet: 70, 98 and 79. RGB value is (112,152,121). Sum of RGB (Red+Green+Blue) = 112+152+121=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #709879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709879 is #8F6786. Grayscale: #888888. Windows color (decimal): -9398151 or 7968880. OLE color: 7968880.
HSL color Cylindrical-coordinate representation of color #709879: hue angle of 133.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 #709879 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 121 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.40 |
| HSL | 133.5º | 0.16% | 0.52% | - |
| HSV(B) | 133.5º | 0.26% | 0.6% | - |
| XYZ | 21.36 | 27.28 | 22.23 | - |
| YUV | 136.51 | 119.25 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 121 | 0.26 | 0 | 0.20 | 0.40 | 133.5 | 0.16 | 0.52 |
| Hex | 70 | 98 | 79 | 1A | 0 | 14 | 28 | 86 | 10 | 34 |
| Octal | 160 | 230 | 171 | 32 | 0 | 24 | 50 | 206 | 20 | 64 |
| Binary | 1110000 | 10011000 | 1111001 | 11010 | 0 | 10100 | 101000 | 10000110 | 10000 | 110100 |
Color Harmonies of #709879
Complementary color
Monochromatic Colors of #709879
Black with #709879
Text Example
Text Example
White with #709879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709879; }
p { color: rgb(112,152,121); }
H1.HeaderClassName
{
color: #709879;
}
.AnyTagClassName
{
color: #709879;
}
</style>
background-color css
<style>
a { background-color: #709879; }
a { background-color: rgb(112,152,121); }
div.DivClassName
{
background-color: #709879;
}
.BgClassName
{
background-color: #709879;
}
</style>
border-color css
<style>
span { border-color: #709879; }
span { border-color: rgb(112,152,121); }
td.TdClassName
{
border-color: #709879;
}
.TagClassName
{
border-color: #709879;
}
</style>