Shades of Oxley #719D7A
Tints of Oxley #719D7A
RGB
CMYK
RGB Variations
Color information
#719D7A (or 0x719D7A) is known color: Oxley. HEX triplet: 71, 9D and 7A. RGB value is (113,157,122). Sum of RGB (Red+Green+Blue) = 113+157+122=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 157 - color contains mainly: green. Hex color #719D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D7A is #8E6285. Grayscale: #8B8B8B. Windows color (decimal): -9331334 or 8035697. OLE color: 8035697.
HSL color Cylindrical-coordinate representation of color #719D7A: hue angle of 132.27º 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 #719D7A is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 122 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.38 |
| HSL | 132.27º | 0.18% | 0.53% | - |
| HSV(B) | 132.27º | 0.28% | 0.62% | - |
| XYZ | 22.38 | 29.03 | 22.84 | - |
| YUV | 139.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 122 | 0.28 | 0 | 0.22 | 0.38 | 132.27 | 0.18 | 0.53 |
| Hex | 71 | 9D | 7A | 1C | 0 | 16 | 26 | 84 | 12 | 35 |
| Octal | 161 | 235 | 172 | 34 | 0 | 26 | 46 | 204 | 22 | 65 |
| Binary | 1110001 | 10011101 | 1111010 | 11100 | 0 | 10110 | 100110 | 10000100 | 10010 | 110101 |
Color Harmonies of #719D7A
Complementary color
Monochromatic Colors of #719D7A
Black with #719D7A
Text Example
Text Example
White with #719D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D7A; }
p { color: rgb(113,157,122); }
H1.HeaderClassName
{
color: #719D7A;
}
.AnyTagClassName
{
color: #719D7A;
}
</style>
background-color css
<style>
a { background-color: #719D7A; }
a { background-color: rgb(113,157,122); }
div.DivClassName
{
background-color: #719D7A;
}
.BgClassName
{
background-color: #719D7A;
}
</style>
border-color css
<style>
span { border-color: #719D7A; }
span { border-color: rgb(113,157,122); }
td.TdClassName
{
border-color: #719D7A;
}
.TagClassName
{
border-color: #719D7A;
}
</style>