Shades of Oxley #719B7E
Tints of Oxley #719B7E
RGB
CMYK
RGB Variations
Color information
#719B7E (or 0x719B7E) is known color: Oxley. HEX triplet: 71, 9B and 7E. RGB value is (113,155,126). Sum of RGB (Red+Green+Blue) = 113+155+126=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #719B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B7E is #8E6481. Grayscale: #8B8B8B. Windows color (decimal): -9331842 or 8297329. OLE color: 8297329.
HSL color Cylindrical-coordinate representation of color #719B7E: hue angle of 138.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719B7E is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 126 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.39 |
| HSL | 138.57º | 0.17% | 0.53% | - |
| HSV(B) | 138.57º | 0.27% | 0.61% | - |
| XYZ | 22.3 | 28.46 | 24.06 | - |
| YUV | 139.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 126 | 0.27 | 0 | 0.19 | 0.39 | 138.57 | 0.17 | 0.53 |
| Hex | 71 | 9B | 7E | 1B | 0 | 13 | 27 | 8B | 11 | 35 |
| Octal | 161 | 233 | 176 | 33 | 0 | 23 | 47 | 213 | 21 | 65 |
| Binary | 1110001 | 10011011 | 1111110 | 11011 | 0 | 10011 | 100111 | 10001011 | 10001 | 110101 |
Color Harmonies of #719B7E
Complementary color
Monochromatic Colors of #719B7E
Black with #719B7E
Text Example
Text Example
White with #719B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B7E; }
p { color: rgb(113,155,126); }
H1.HeaderClassName
{
color: #719B7E;
}
.AnyTagClassName
{
color: #719B7E;
}
</style>
background-color css
<style>
a { background-color: #719B7E; }
a { background-color: rgb(113,155,126); }
div.DivClassName
{
background-color: #719B7E;
}
.BgClassName
{
background-color: #719B7E;
}
</style>
border-color css
<style>
span { border-color: #719B7E; }
span { border-color: rgb(113,155,126); }
td.TdClassName
{
border-color: #719B7E;
}
.TagClassName
{
border-color: #719B7E;
}
</style>