Shades of Oxley #719A84
Tints of Oxley #719A84
RGB
CMYK
RGB Variations
Color information
#719A84 (or 0x719A84) is known color: Oxley. HEX triplet: 71, 9A and 84. RGB value is (113,154,132). Sum of RGB (Red+Green+Blue) = 113+154+132=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #719A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719A84 is #8E657B. Grayscale: #8B8B8B. Windows color (decimal): -9332092 or 8690289. OLE color: 8690289.
HSL color Cylindrical-coordinate representation of color #719A84: hue angle of 147.8º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719A84 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 154 | 132 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.40 |
| HSL | 147.8º | 0.17% | 0.52% | - |
| HSV(B) | 147.8º | 0.27% | 0.6% | - |
| XYZ | 22.53 | 28.29 | 26.1 | - |
| YUV | 139.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 154 | 132 | 0.27 | 0 | 0.14 | 0.40 | 147.8 | 0.17 | 0.52 |
| Hex | 71 | 9A | 84 | 1B | 0 | E | 28 | 94 | 11 | 34 |
| Octal | 161 | 232 | 204 | 33 | 0 | 16 | 50 | 224 | 21 | 64 |
| Binary | 1110001 | 10011010 | 10000100 | 11011 | 0 | 1110 | 101000 | 10010100 | 10001 | 110100 |
Color Harmonies of #719A84
Complementary color
Monochromatic Colors of #719A84
Black with #719A84
Text Example
Text Example
White with #719A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719A84; }
p { color: rgb(113,154,132); }
H1.HeaderClassName
{
color: #719A84;
}
.AnyTagClassName
{
color: #719A84;
}
</style>
background-color css
<style>
a { background-color: #719A84; }
a { background-color: rgb(113,154,132); }
div.DivClassName
{
background-color: #719A84;
}
.BgClassName
{
background-color: #719A84;
}
</style>
border-color css
<style>
span { border-color: #719A84; }
span { border-color: rgb(113,154,132); }
td.TdClassName
{
border-color: #719A84;
}
.TagClassName
{
border-color: #719A84;
}
</style>