Shades of Oxley #719C84
Tints of Oxley #719C84
RGB
CMYK
RGB Variations
Color information
#719C84 (or 0x719C84) is known color: Oxley. HEX triplet: 71, 9C and 84. RGB value is (113,156,132). Sum of RGB (Red+Green+Blue) = 113+156+132=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #719C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719C84 is #8E637B. Grayscale: #8C8C8C. Windows color (decimal): -9331580 or 8690801. OLE color: 8690801.
HSL color Cylindrical-coordinate representation of color #719C84: hue angle of 146.51º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719C84 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 132 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.39 |
| HSL | 146.51º | 0.18% | 0.53% | - |
| HSV(B) | 146.51º | 0.28% | 0.61% | - |
| XYZ | 22.86 | 28.95 | 26.21 | - |
| YUV | 140.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 132 | 0.28 | 0 | 0.15 | 0.39 | 146.51 | 0.18 | 0.53 |
| Hex | 71 | 9C | 84 | 1C | 0 | F | 27 | 93 | 12 | 35 |
| Octal | 161 | 234 | 204 | 34 | 0 | 17 | 47 | 223 | 22 | 65 |
| Binary | 1110001 | 10011100 | 10000100 | 11100 | 0 | 1111 | 100111 | 10010011 | 10010 | 110101 |
Color Harmonies of #719C84
Complementary color
Monochromatic Colors of #719C84
Black with #719C84
Text Example
Text Example
White with #719C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C84; }
p { color: rgb(113,156,132); }
H1.HeaderClassName
{
color: #719C84;
}
.AnyTagClassName
{
color: #719C84;
}
</style>
background-color css
<style>
a { background-color: #719C84; }
a { background-color: rgb(113,156,132); }
div.DivClassName
{
background-color: #719C84;
}
.BgClassName
{
background-color: #719C84;
}
</style>
border-color css
<style>
span { border-color: #719C84; }
span { border-color: rgb(113,156,132); }
td.TdClassName
{
border-color: #719C84;
}
.TagClassName
{
border-color: #719C84;
}
</style>