Shades of Oxley #719F83
Tints of Oxley #719F83
RGB
CMYK
RGB Variations
Color information
#719F83 (or 0x719F83) is known color: Oxley. HEX triplet: 71, 9F and 83. RGB value is (113,159,131). Sum of RGB (Red+Green+Blue) = 113+159+131=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #719F83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719F83 is #8E607C. Grayscale: #8E8E8E. Windows color (decimal): -9330813 or 8626033. OLE color: 8626033.
HSL color Cylindrical-coordinate representation of color #719F83: hue angle of 143.48º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #719F83 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 159 | 131 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.38 |
| HSL | 143.48º | 0.19% | 0.53% | - |
| HSV(B) | 143.48º | 0.29% | 0.62% | - |
| XYZ | 23.3 | 29.95 | 26.02 | - |
| YUV | 142.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 131 | 0.29 | 0 | 0.18 | 0.38 | 143.48 | 0.19 | 0.53 |
| Hex | 71 | 9F | 83 | 1D | 0 | 12 | 26 | 8F | 13 | 35 |
| Octal | 161 | 237 | 203 | 35 | 0 | 22 | 46 | 217 | 23 | 65 |
| Binary | 1110001 | 10011111 | 10000011 | 11101 | 0 | 10010 | 100110 | 10001111 | 10011 | 110101 |
Color Harmonies of #719F83
Complementary color
Monochromatic Colors of #719F83
Black with #719F83
Text Example
Text Example
White with #719F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719F83; }
p { color: rgb(113,159,131); }
H1.HeaderClassName
{
color: #719F83;
}
.AnyTagClassName
{
color: #719F83;
}
</style>
background-color css
<style>
a { background-color: #719F83; }
a { background-color: rgb(113,159,131); }
div.DivClassName
{
background-color: #719F83;
}
.BgClassName
{
background-color: #719F83;
}
</style>
border-color css
<style>
span { border-color: #719F83; }
span { border-color: rgb(113,159,131); }
td.TdClassName
{
border-color: #719F83;
}
.TagClassName
{
border-color: #719F83;
}
</style>