Shades of Oxley #718E7D
Tints of Oxley #718E7D
RGB
CMYK
RGB Variations
Color information
#718E7D (or 0x718E7D) is known color: Oxley. HEX triplet: 71, 8E and 7D. RGB value is (113,142,125). Sum of RGB (Red+Green+Blue) = 113+142+125=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 142 - color contains mainly: green. Hex color #718E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718E7D is #8E7182. Grayscale: #838383. Windows color (decimal): -9335171 or 8228465. OLE color: 8228465.
HSL color Cylindrical-coordinate representation of color #718E7D: hue angle of 144.83º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #718E7D is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 142 | 125 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.44 |
| HSL | 144.83º | 0.11% | 0.5% | - |
| HSV(B) | 144.83º | 0.2% | 0.56% | - |
| XYZ | 20.18 | 24.34 | 23.04 | - |
| YUV | 131.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 125 | 0.20 | 0 | 0.12 | 0.44 | 144.83 | 0.11 | 0.5 |
| Hex | 71 | 8E | 7D | 14 | 0 | C | 2C | 91 | B | 32 |
| Octal | 161 | 216 | 175 | 24 | 0 | 14 | 54 | 221 | 13 | 62 |
| Binary | 1110001 | 10001110 | 1111101 | 10100 | 0 | 1100 | 101100 | 10010001 | 1011 | 110010 |
Color Harmonies of #718E7D
Complementary color
Monochromatic Colors of #718E7D
Black with #718E7D
Text Example
Text Example
White with #718E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718E7D; }
p { color: rgb(113,142,125); }
H1.HeaderClassName
{
color: #718E7D;
}
.AnyTagClassName
{
color: #718E7D;
}
</style>
background-color css
<style>
a { background-color: #718E7D; }
a { background-color: rgb(113,142,125); }
div.DivClassName
{
background-color: #718E7D;
}
.BgClassName
{
background-color: #718E7D;
}
</style>
border-color css
<style>
span { border-color: #718E7D; }
span { border-color: rgb(113,142,125); }
td.TdClassName
{
border-color: #718E7D;
}
.TagClassName
{
border-color: #718E7D;
}
</style>