Shades of Oxley #719C75
Tints of Oxley #719C75
RGB
CMYK
RGB Variations
Color information
#719C75 (or 0x719C75) is known color: Oxley. HEX triplet: 71, 9C and 75. RGB value is (113,156,117). Sum of RGB (Red+Green+Blue) = 113+156+117=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 156 - color contains mainly: green. Hex color #719C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719C75 is #8E638A. Grayscale: #8A8A8A. Windows color (decimal): -9331595 or 7707761. OLE color: 7707761.
HSL color Cylindrical-coordinate representation of color #719C75: hue angle of 125.58º 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 #719C75 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 117 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.39 |
| HSL | 125.58º | 0.18% | 0.53% | - |
| HSV(B) | 125.58º | 0.28% | 0.61% | - |
| XYZ | 21.91 | 28.57 | 21.19 | - |
| YUV | 138.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 117 | 0.28 | 0 | 0.25 | 0.39 | 125.58 | 0.18 | 0.53 |
| Hex | 71 | 9C | 75 | 1C | 0 | 19 | 27 | 7E | 12 | 35 |
| Octal | 161 | 234 | 165 | 34 | 0 | 31 | 47 | 176 | 22 | 65 |
| Binary | 1110001 | 10011100 | 1110101 | 11100 | 0 | 11001 | 100111 | 1111110 | 10010 | 110101 |
Color Harmonies of #719C75
Complementary color
Monochromatic Colors of #719C75
Black with #719C75
Text Example
Text Example
White with #719C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C75; }
p { color: rgb(113,156,117); }
H1.HeaderClassName
{
color: #719C75;
}
.AnyTagClassName
{
color: #719C75;
}
</style>
background-color css
<style>
a { background-color: #719C75; }
a { background-color: rgb(113,156,117); }
div.DivClassName
{
background-color: #719C75;
}
.BgClassName
{
background-color: #719C75;
}
</style>
border-color css
<style>
span { border-color: #719C75; }
span { border-color: rgb(113,156,117); }
td.TdClassName
{
border-color: #719C75;
}
.TagClassName
{
border-color: #719C75;
}
</style>