Shades of Oxley #719C76
Tints of Oxley #719C76
RGB
CMYK
RGB Variations
Color information
#719C76 (or 0x719C76) is known color: Oxley. HEX triplet: 71, 9C and 76. RGB value is (113,156,118). Sum of RGB (Red+Green+Blue) = 113+156+118=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #719C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719C76 is #8E6389. Grayscale: #8A8A8A. Windows color (decimal): -9331594 or 7773297. OLE color: 7773297.
HSL color Cylindrical-coordinate representation of color #719C76: hue angle of 126.98º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719C76 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 118 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.39 |
| HSL | 126.98º | 0.18% | 0.53% | - |
| HSV(B) | 126.98º | 0.28% | 0.61% | - |
| XYZ | 21.97 | 28.6 | 21.5 | - |
| YUV | 138.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 118 | 0.28 | 0 | 0.24 | 0.39 | 126.98 | 0.18 | 0.53 |
| Hex | 71 | 9C | 76 | 1C | 0 | 18 | 27 | 7F | 12 | 35 |
| Octal | 161 | 234 | 166 | 34 | 0 | 30 | 47 | 177 | 22 | 65 |
| Binary | 1110001 | 10011100 | 1110110 | 11100 | 0 | 11000 | 100111 | 1111111 | 10010 | 110101 |
Color Harmonies of #719C76
Complementary color
Monochromatic Colors of #719C76
Black with #719C76
Text Example
Text Example
White with #719C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C76; }
p { color: rgb(113,156,118); }
H1.HeaderClassName
{
color: #719C76;
}
.AnyTagClassName
{
color: #719C76;
}
</style>
background-color css
<style>
a { background-color: #719C76; }
a { background-color: rgb(113,156,118); }
div.DivClassName
{
background-color: #719C76;
}
.BgClassName
{
background-color: #719C76;
}
</style>
border-color css
<style>
span { border-color: #719C76; }
span { border-color: rgb(113,156,118); }
td.TdClassName
{
border-color: #719C76;
}
.TagClassName
{
border-color: #719C76;
}
</style>