Shades of Oxley #719D7D
Tints of Oxley #719D7D
RGB
CMYK
RGB Variations
Color information
#719D7D (or 0x719D7D) is known color: Oxley. HEX triplet: 71, 9D and 7D. RGB value is (113,157,125). Sum of RGB (Red+Green+Blue) = 113+157+125=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #719D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D7D is #8E6282. Grayscale: #8C8C8C. Windows color (decimal): -9331331 or 8232305. OLE color: 8232305.
HSL color Cylindrical-coordinate representation of color #719D7D: hue angle of 136.36º degrees, saturation: 0.18, 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 #719D7D is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 125 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.38 |
| HSL | 136.36º | 0.18% | 0.53% | - |
| HSV(B) | 136.36º | 0.28% | 0.62% | - |
| XYZ | 22.57 | 29.11 | 23.83 | - |
| YUV | 140.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 125 | 0.28 | 0 | 0.20 | 0.38 | 136.36 | 0.18 | 0.53 |
| Hex | 71 | 9D | 7D | 1C | 0 | 14 | 26 | 88 | 12 | 35 |
| Octal | 161 | 235 | 175 | 34 | 0 | 24 | 46 | 210 | 22 | 65 |
| Binary | 1110001 | 10011101 | 1111101 | 11100 | 0 | 10100 | 100110 | 10001000 | 10010 | 110101 |
Color Harmonies of #719D7D
Complementary color
Monochromatic Colors of #719D7D
Black with #719D7D
Text Example
Text Example
White with #719D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D7D; }
p { color: rgb(113,157,125); }
H1.HeaderClassName
{
color: #719D7D;
}
.AnyTagClassName
{
color: #719D7D;
}
</style>
background-color css
<style>
a { background-color: #719D7D; }
a { background-color: rgb(113,157,125); }
div.DivClassName
{
background-color: #719D7D;
}
.BgClassName
{
background-color: #719D7D;
}
</style>
border-color css
<style>
span { border-color: #719D7D; }
span { border-color: rgb(113,157,125); }
td.TdClassName
{
border-color: #719D7D;
}
.TagClassName
{
border-color: #719D7D;
}
</style>