Shades of Oxley #719B76
Tints of Oxley #719B76
RGB
CMYK
RGB Variations
Color information
#719B76 (or 0x719B76) is known color: Oxley. HEX triplet: 71, 9B and 76. RGB value is (113,155,118). Sum of RGB (Red+Green+Blue) = 113+155+118=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #719B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B76 is #8E6489. Grayscale: #8A8A8A. Windows color (decimal): -9331850 or 7773041. OLE color: 7773041.
HSL color Cylindrical-coordinate representation of color #719B76: hue angle of 127.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719B76 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 118 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.39 |
| HSL | 127.14º | 0.17% | 0.53% | - |
| HSV(B) | 127.14º | 0.27% | 0.61% | - |
| XYZ | 21.8 | 28.26 | 21.45 | - |
| YUV | 138.22 | 116.59 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 118 | 0.27 | 0 | 0.24 | 0.39 | 127.14 | 0.17 | 0.53 |
| Hex | 71 | 9B | 76 | 1B | 0 | 18 | 27 | 7F | 11 | 35 |
| Octal | 161 | 233 | 166 | 33 | 0 | 30 | 47 | 177 | 21 | 65 |
| Binary | 1110001 | 10011011 | 1110110 | 11011 | 0 | 11000 | 100111 | 1111111 | 10001 | 110101 |
Color Harmonies of #719B76
Complementary color
Monochromatic Colors of #719B76
Black with #719B76
Text Example
Text Example
White with #719B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B76; }
p { color: rgb(113,155,118); }
H1.HeaderClassName
{
color: #719B76;
}
.AnyTagClassName
{
color: #719B76;
}
</style>
background-color css
<style>
a { background-color: #719B76; }
a { background-color: rgb(113,155,118); }
div.DivClassName
{
background-color: #719B76;
}
.BgClassName
{
background-color: #719B76;
}
</style>
border-color css
<style>
span { border-color: #719B76; }
span { border-color: rgb(113,155,118); }
td.TdClassName
{
border-color: #719B76;
}
.TagClassName
{
border-color: #719B76;
}
</style>