Shades of Oxley #718D7C
Tints of Oxley #718D7C
RGB
CMYK
RGB Variations
Color information
#718D7C (or 0x718D7C) is known color: Oxley. HEX triplet: 71, 8D and 7C. RGB value is (113,141,124). Sum of RGB (Red+Green+Blue) = 113+141+124=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 141 - color contains mainly: green. Hex color #718D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D7C is #8E7283. Grayscale: #828282. Windows color (decimal): -9335428 or 8162673. OLE color: 8162673.
HSL color Cylindrical-coordinate representation of color #718D7C: hue angle of 143.57º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #718D7C is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 124 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.45 |
| HSL | 143.57º | 0.11% | 0.5% | - |
| HSV(B) | 143.57º | 0.2% | 0.55% | - |
| XYZ | 19.97 | 24.02 | 22.65 | - |
| YUV | 130.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 124 | 0.20 | 0 | 0.12 | 0.45 | 143.57 | 0.11 | 0.5 |
| Hex | 71 | 8D | 7C | 14 | 0 | C | 2D | 90 | B | 32 |
| Octal | 161 | 215 | 174 | 24 | 0 | 14 | 55 | 220 | 13 | 62 |
| Binary | 1110001 | 10001101 | 1111100 | 10100 | 0 | 1100 | 101101 | 10010000 | 1011 | 110010 |
Color Harmonies of #718D7C
Complementary color
Monochromatic Colors of #718D7C
Black with #718D7C
Text Example
Text Example
White with #718D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D7C; }
p { color: rgb(113,141,124); }
H1.HeaderClassName
{
color: #718D7C;
}
.AnyTagClassName
{
color: #718D7C;
}
</style>
background-color css
<style>
a { background-color: #718D7C; }
a { background-color: rgb(113,141,124); }
div.DivClassName
{
background-color: #718D7C;
}
.BgClassName
{
background-color: #718D7C;
}
</style>
border-color css
<style>
span { border-color: #718D7C; }
span { border-color: rgb(113,141,124); }
td.TdClassName
{
border-color: #718D7C;
}
.TagClassName
{
border-color: #718D7C;
}
</style>