Shades of Oxley #719B7D
Tints of Oxley #719B7D
RGB
CMYK
RGB Variations
Color information
#719B7D (or 0x719B7D) is known color: Oxley. HEX triplet: 71, 9B and 7D. RGB value is (113,155,125). Sum of RGB (Red+Green+Blue) = 113+155+125=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 155 - color contains mainly: green. Hex color #719B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B7D is #8E6482. Grayscale: #8B8B8B. Windows color (decimal): -9331843 or 8231793. OLE color: 8231793.
HSL color Cylindrical-coordinate representation of color #719B7D: hue angle of 137.14º 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 #719B7D is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 125 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.39 |
| HSL | 137.14º | 0.17% | 0.53% | - |
| HSV(B) | 137.14º | 0.27% | 0.61% | - |
| XYZ | 22.23 | 28.43 | 23.72 | - |
| YUV | 139.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 125 | 0.27 | 0 | 0.19 | 0.39 | 137.14 | 0.17 | 0.53 |
| Hex | 71 | 9B | 7D | 1B | 0 | 13 | 27 | 89 | 11 | 35 |
| Octal | 161 | 233 | 175 | 33 | 0 | 23 | 47 | 211 | 21 | 65 |
| Binary | 1110001 | 10011011 | 1111101 | 11011 | 0 | 10011 | 100111 | 10001001 | 10001 | 110101 |
Color Harmonies of #719B7D
Complementary color
Monochromatic Colors of #719B7D
Black with #719B7D
Text Example
Text Example
White with #719B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B7D; }
p { color: rgb(113,155,125); }
H1.HeaderClassName
{
color: #719B7D;
}
.AnyTagClassName
{
color: #719B7D;
}
</style>
background-color css
<style>
a { background-color: #719B7D; }
a { background-color: rgb(113,155,125); }
div.DivClassName
{
background-color: #719B7D;
}
.BgClassName
{
background-color: #719B7D;
}
</style>
border-color css
<style>
span { border-color: #719B7D; }
span { border-color: rgb(113,155,125); }
td.TdClassName
{
border-color: #719B7D;
}
.TagClassName
{
border-color: #719B7D;
}
</style>