Shades of Oxley #718B7A
Tints of Oxley #718B7A
RGB
CMYK
RGB Variations
Color information
#718B7A (or 0x718B7A) is known color: Oxley. HEX triplet: 71, 8B and 7A. RGB value is (113,139,122). Sum of RGB (Red+Green+Blue) = 113+139+122=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #718B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B7A is #8E7485. Grayscale: #818181. Windows color (decimal): -9335942 or 8031089. OLE color: 8031089.
HSL color Cylindrical-coordinate representation of color #718B7A: hue angle of 140.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718B7A is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 122 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.45 |
| HSL | 140.77º | 0.1% | 0.49% | - |
| HSV(B) | 140.77º | 0.19% | 0.55% | - |
| XYZ | 19.56 | 23.38 | 21.89 | - |
| YUV | 129.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 122 | 0.19 | 0 | 0.12 | 0.45 | 140.77 | 0.1 | 0.49 |
| Hex | 71 | 8B | 7A | 13 | 0 | C | 2D | 8D | A | 31 |
| Octal | 161 | 213 | 172 | 23 | 0 | 14 | 55 | 215 | 12 | 61 |
| Binary | 1110001 | 10001011 | 1111010 | 10011 | 0 | 1100 | 101101 | 10001101 | 1010 | 110001 |
Color Harmonies of #718B7A
Complementary color
Monochromatic Colors of #718B7A
Black with #718B7A
Text Example
Text Example
White with #718B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B7A; }
p { color: rgb(113,139,122); }
H1.HeaderClassName
{
color: #718B7A;
}
.AnyTagClassName
{
color: #718B7A;
}
</style>
background-color css
<style>
a { background-color: #718B7A; }
a { background-color: rgb(113,139,122); }
div.DivClassName
{
background-color: #718B7A;
}
.BgClassName
{
background-color: #718B7A;
}
</style>
border-color css
<style>
span { border-color: #718B7A; }
span { border-color: rgb(113,139,122); }
td.TdClassName
{
border-color: #718B7A;
}
.TagClassName
{
border-color: #718B7A;
}
</style>