Shades of Oxley #709F7C
Tints of Oxley #709F7C
RGB
CMYK
RGB Variations
Color information
#709F7C (or 0x709F7C) is known color: Oxley. HEX triplet: 70, 9F and 7C. RGB value is (112,159,124). Sum of RGB (Red+Green+Blue) = 112+159+124=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #709F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709F7C is #8F6083. Grayscale: #8D8D8D. Windows color (decimal): -9396356 or 8167280. OLE color: 8167280.
HSL color Cylindrical-coordinate representation of color #709F7C: hue angle of 135.32º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709F7C is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 159 | 124 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.38 |
| HSL | 135.32º | 0.2% | 0.53% | - |
| HSV(B) | 135.32º | 0.3% | 0.62% | - |
| XYZ | 22.72 | 29.7 | 23.6 | - |
| YUV | 140.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 124 | 0.30 | 0 | 0.22 | 0.38 | 135.32 | 0.2 | 0.53 |
| Hex | 70 | 9F | 7C | 1E | 0 | 16 | 26 | 87 | 14 | 35 |
| Octal | 160 | 237 | 174 | 36 | 0 | 26 | 46 | 207 | 24 | 65 |
| Binary | 1110000 | 10011111 | 1111100 | 11110 | 0 | 10110 | 100110 | 10000111 | 10100 | 110101 |
Color Harmonies of #709F7C
Complementary color
Monochromatic Colors of #709F7C
Black with #709F7C
Text Example
Text Example
White with #709F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709F7C; }
p { color: rgb(112,159,124); }
H1.HeaderClassName
{
color: #709F7C;
}
.AnyTagClassName
{
color: #709F7C;
}
</style>
background-color css
<style>
a { background-color: #709F7C; }
a { background-color: rgb(112,159,124); }
div.DivClassName
{
background-color: #709F7C;
}
.BgClassName
{
background-color: #709F7C;
}
</style>
border-color css
<style>
span { border-color: #709F7C; }
span { border-color: rgb(112,159,124); }
td.TdClassName
{
border-color: #709F7C;
}
.TagClassName
{
border-color: #709F7C;
}
</style>