Shades of Oxley #719D7B
Tints of Oxley #719D7B
RGB
CMYK
RGB Variations
Color information
#719D7B (or 0x719D7B) is known color: Oxley. HEX triplet: 71, 9D and 7B. RGB value is (113,157,123). Sum of RGB (Red+Green+Blue) = 113+157+123=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #719D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D7B is #8E6284. Grayscale: #8C8C8C. Windows color (decimal): -9331333 or 8101233. OLE color: 8101233.
HSL color Cylindrical-coordinate representation of color #719D7B: hue angle of 133.64º 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 #719D7B is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 123 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.38 |
| HSL | 133.64º | 0.18% | 0.53% | - |
| HSV(B) | 133.64º | 0.28% | 0.62% | - |
| XYZ | 22.44 | 29.05 | 23.16 | - |
| YUV | 139.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 123 | 0.28 | 0 | 0.22 | 0.38 | 133.64 | 0.18 | 0.53 |
| Hex | 71 | 9D | 7B | 1C | 0 | 16 | 26 | 86 | 12 | 35 |
| Octal | 161 | 235 | 173 | 34 | 0 | 26 | 46 | 206 | 22 | 65 |
| Binary | 1110001 | 10011101 | 1111011 | 11100 | 0 | 10110 | 100110 | 10000110 | 10010 | 110101 |
Color Harmonies of #719D7B
Complementary color
Monochromatic Colors of #719D7B
Black with #719D7B
Text Example
Text Example
White with #719D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D7B; }
p { color: rgb(113,157,123); }
H1.HeaderClassName
{
color: #719D7B;
}
.AnyTagClassName
{
color: #719D7B;
}
</style>
background-color css
<style>
a { background-color: #719D7B; }
a { background-color: rgb(113,157,123); }
div.DivClassName
{
background-color: #719D7B;
}
.BgClassName
{
background-color: #719D7B;
}
</style>
border-color css
<style>
span { border-color: #719D7B; }
span { border-color: rgb(113,157,123); }
td.TdClassName
{
border-color: #719D7B;
}
.TagClassName
{
border-color: #719D7B;
}
</style>