Shades of Oxley #719E74
Tints of Oxley #719E74
RGB
CMYK
RGB Variations
Color information
#719E74 (or 0x719E74) is known color: Oxley. HEX triplet: 71, 9E and 74. RGB value is (113,158,116). Sum of RGB (Red+Green+Blue) = 113+158+116=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #719E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E74 is #8E618B. Grayscale: #8B8B8B. Windows color (decimal): -9331084 or 7642737. OLE color: 7642737.
HSL color Cylindrical-coordinate representation of color #719E74: hue angle of 124º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719E74 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 158 | 116 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.38 |
| HSL | 124º | 0.19% | 0.53% | - |
| HSV(B) | 124º | 0.28% | 0.62% | - |
| XYZ | 22.19 | 29.23 | 20.99 | - |
| YUV | 139.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 116 | 0.28 | 0 | 0.27 | 0.38 | 124 | 0.19 | 0.53 |
| Hex | 71 | 9E | 74 | 1C | 0 | 1B | 26 | 7C | 13 | 35 |
| Octal | 161 | 236 | 164 | 34 | 0 | 33 | 46 | 174 | 23 | 65 |
| Binary | 1110001 | 10011110 | 1110100 | 11100 | 0 | 11011 | 100110 | 1111100 | 10011 | 110101 |
Color Harmonies of #719E74
Complementary color
Monochromatic Colors of #719E74
Black with #719E74
Text Example
Text Example
White with #719E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719E74; }
p { color: rgb(113,158,116); }
H1.HeaderClassName
{
color: #719E74;
}
.AnyTagClassName
{
color: #719E74;
}
</style>
background-color css
<style>
a { background-color: #719E74; }
a { background-color: rgb(113,158,116); }
div.DivClassName
{
background-color: #719E74;
}
.BgClassName
{
background-color: #719E74;
}
</style>
border-color css
<style>
span { border-color: #719E74; }
span { border-color: rgb(113,158,116); }
td.TdClassName
{
border-color: #719E74;
}
.TagClassName
{
border-color: #719E74;
}
</style>