Shades of Oxley #719B7A
Tints of Oxley #719B7A
RGB
CMYK
RGB Variations
Color information
#719B7A (or 0x719B7A) is known color: Oxley. HEX triplet: 71, 9B and 7A. RGB value is (113,155,122). Sum of RGB (Red+Green+Blue) = 113+155+122=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 155 - color contains mainly: green. Hex color #719B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B7A is #8E6485. Grayscale: #8A8A8A. Windows color (decimal): -9331846 or 8035185. OLE color: 8035185.
HSL color Cylindrical-coordinate representation of color #719B7A: hue angle of 132.86º 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 #719B7A is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 122 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.39 |
| HSL | 132.86º | 0.17% | 0.53% | - |
| HSV(B) | 132.86º | 0.27% | 0.61% | - |
| XYZ | 22.04 | 28.36 | 22.72 | - |
| YUV | 138.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 122 | 0.27 | 0 | 0.21 | 0.39 | 132.86 | 0.17 | 0.53 |
| Hex | 71 | 9B | 7A | 1B | 0 | 15 | 27 | 85 | 11 | 35 |
| Octal | 161 | 233 | 172 | 33 | 0 | 25 | 47 | 205 | 21 | 65 |
| Binary | 1110001 | 10011011 | 1111010 | 11011 | 0 | 10101 | 100111 | 10000101 | 10001 | 110101 |
Color Harmonies of #719B7A
Complementary color
Monochromatic Colors of #719B7A
Black with #719B7A
Text Example
Text Example
White with #719B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B7A; }
p { color: rgb(113,155,122); }
H1.HeaderClassName
{
color: #719B7A;
}
.AnyTagClassName
{
color: #719B7A;
}
</style>
background-color css
<style>
a { background-color: #719B7A; }
a { background-color: rgb(113,155,122); }
div.DivClassName
{
background-color: #719B7A;
}
.BgClassName
{
background-color: #719B7A;
}
</style>
border-color css
<style>
span { border-color: #719B7A; }
span { border-color: rgb(113,155,122); }
td.TdClassName
{
border-color: #719B7A;
}
.TagClassName
{
border-color: #719B7A;
}
</style>