Shades of Oxley #719E75
Tints of Oxley #719E75
RGB
CMYK
RGB Variations
Color information
#719E75 (or 0x719E75) is known color: Oxley. HEX triplet: 71, 9E and 75. RGB value is (113,158,117). Sum of RGB (Red+Green+Blue) = 113+158+117=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #719E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E75 is #8E618A. Grayscale: #8B8B8B. Windows color (decimal): -9331083 or 7708273. OLE color: 7708273.
HSL color Cylindrical-coordinate representation of color #719E75: hue angle of 125.33º 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 #719E75 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 158 | 117 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.38 |
| HSL | 125.33º | 0.19% | 0.53% | - |
| HSV(B) | 125.33º | 0.28% | 0.62% | - |
| XYZ | 22.25 | 29.25 | 21.3 | - |
| YUV | 139.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 117 | 0.28 | 0 | 0.26 | 0.38 | 125.33 | 0.19 | 0.53 |
| Hex | 71 | 9E | 75 | 1C | 0 | 1A | 26 | 7D | 13 | 35 |
| Octal | 161 | 236 | 165 | 34 | 0 | 32 | 46 | 175 | 23 | 65 |
| Binary | 1110001 | 10011110 | 1110101 | 11100 | 0 | 11010 | 100110 | 1111101 | 10011 | 110101 |
Color Harmonies of #719E75
Complementary color
Monochromatic Colors of #719E75
Black with #719E75
Text Example
Text Example
White with #719E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719E75; }
p { color: rgb(113,158,117); }
H1.HeaderClassName
{
color: #719E75;
}
.AnyTagClassName
{
color: #719E75;
}
</style>
background-color css
<style>
a { background-color: #719E75; }
a { background-color: rgb(113,158,117); }
div.DivClassName
{
background-color: #719E75;
}
.BgClassName
{
background-color: #719E75;
}
</style>
border-color css
<style>
span { border-color: #719E75; }
span { border-color: rgb(113,158,117); }
td.TdClassName
{
border-color: #719E75;
}
.TagClassName
{
border-color: #719E75;
}
</style>