Shades of Oxley #719B84
Tints of Oxley #719B84
RGB
CMYK
RGB Variations
Color information
#719B84 (or 0x719B84) is known color: Oxley. HEX triplet: 71, 9B and 84. RGB value is (113,155,132). Sum of RGB (Red+Green+Blue) = 113+155+132=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #719B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719B84 is #8E647B. Grayscale: #8B8B8B. Windows color (decimal): -9331836 or 8690545. OLE color: 8690545.
HSL color Cylindrical-coordinate representation of color #719B84: hue angle of 147.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 #719B84 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 132 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.39 |
| HSL | 147.14º | 0.17% | 0.53% | - |
| HSV(B) | 147.14º | 0.27% | 0.61% | - |
| XYZ | 22.7 | 28.62 | 26.16 | - |
| YUV | 139.82 | 123.59 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 132 | 0.27 | 0 | 0.15 | 0.39 | 147.14 | 0.17 | 0.53 |
| Hex | 71 | 9B | 84 | 1B | 0 | F | 27 | 93 | 11 | 35 |
| Octal | 161 | 233 | 204 | 33 | 0 | 17 | 47 | 223 | 21 | 65 |
| Binary | 1110001 | 10011011 | 10000100 | 11011 | 0 | 1111 | 100111 | 10010011 | 10001 | 110101 |
Color Harmonies of #719B84
Complementary color
Monochromatic Colors of #719B84
Black with #719B84
Text Example
Text Example
White with #719B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B84; }
p { color: rgb(113,155,132); }
H1.HeaderClassName
{
color: #719B84;
}
.AnyTagClassName
{
color: #719B84;
}
</style>
background-color css
<style>
a { background-color: #719B84; }
a { background-color: rgb(113,155,132); }
div.DivClassName
{
background-color: #719B84;
}
.BgClassName
{
background-color: #719B84;
}
</style>
border-color css
<style>
span { border-color: #719B84; }
span { border-color: rgb(113,155,132); }
td.TdClassName
{
border-color: #719B84;
}
.TagClassName
{
border-color: #719B84;
}
</style>