Shades of Oxley #719F7B
Tints of Oxley #719F7B
RGB
CMYK
RGB Variations
Color information
#719F7B (or 0x719F7B) is known color: Oxley. HEX triplet: 71, 9F and 7B. RGB value is (113,159,123). Sum of RGB (Red+Green+Blue) = 113+159+123=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #719F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F7B is #8E6084. Grayscale: #8D8D8D. Windows color (decimal): -9330821 or 8101745. OLE color: 8101745.
HSL color Cylindrical-coordinate representation of color #719F7B: hue angle of 133.04º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #719F7B is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 159 | 123 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.38 |
| HSL | 133.04º | 0.19% | 0.53% | - |
| HSV(B) | 133.04º | 0.29% | 0.62% | - |
| XYZ | 22.78 | 29.74 | 23.28 | - |
| YUV | 141.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 123 | 0.29 | 0 | 0.23 | 0.38 | 133.04 | 0.19 | 0.53 |
| Hex | 71 | 9F | 7B | 1D | 0 | 17 | 26 | 85 | 13 | 35 |
| Octal | 161 | 237 | 173 | 35 | 0 | 27 | 46 | 205 | 23 | 65 |
| Binary | 1110001 | 10011111 | 1111011 | 11101 | 0 | 10111 | 100110 | 10000101 | 10011 | 110101 |
Color Harmonies of #719F7B
Complementary color
Monochromatic Colors of #719F7B
Black with #719F7B
Text Example
Text Example
White with #719F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719F7B; }
p { color: rgb(113,159,123); }
H1.HeaderClassName
{
color: #719F7B;
}
.AnyTagClassName
{
color: #719F7B;
}
</style>
background-color css
<style>
a { background-color: #719F7B; }
a { background-color: rgb(113,159,123); }
div.DivClassName
{
background-color: #719F7B;
}
.BgClassName
{
background-color: #719F7B;
}
</style>
border-color css
<style>
span { border-color: #719F7B; }
span { border-color: rgb(113,159,123); }
td.TdClassName
{
border-color: #719F7B;
}
.TagClassName
{
border-color: #719F7B;
}
</style>