Shades of Oxley #719C85
Tints of Oxley #719C85
RGB
CMYK
RGB Variations
Color information
#719C85 (or 0x719C85) is known color: Oxley. HEX triplet: 71, 9C and 85. RGB value is (113,156,133). Sum of RGB (Red+Green+Blue) = 113+156+133=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #719C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719C85 is #8E637A. Grayscale: #8C8C8C. Windows color (decimal): -9331579 or 8756337. OLE color: 8756337.
HSL color Cylindrical-coordinate representation of color #719C85: hue angle of 147.91º 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 #719C85 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 133 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.39 |
| HSL | 147.91º | 0.18% | 0.53% | - |
| HSV(B) | 147.91º | 0.28% | 0.61% | - |
| XYZ | 22.93 | 28.98 | 26.58 | - |
| YUV | 140.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 133 | 0.28 | 0 | 0.15 | 0.39 | 147.91 | 0.18 | 0.53 |
| Hex | 71 | 9C | 85 | 1C | 0 | F | 27 | 94 | 12 | 35 |
| Octal | 161 | 234 | 205 | 34 | 0 | 17 | 47 | 224 | 22 | 65 |
| Binary | 1110001 | 10011100 | 10000101 | 11100 | 0 | 1111 | 100111 | 10010100 | 10010 | 110101 |
Color Harmonies of #719C85
Complementary color
Monochromatic Colors of #719C85
Black with #719C85
Text Example
Text Example
White with #719C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C85; }
p { color: rgb(113,156,133); }
H1.HeaderClassName
{
color: #719C85;
}
.AnyTagClassName
{
color: #719C85;
}
</style>
background-color css
<style>
a { background-color: #719C85; }
a { background-color: rgb(113,156,133); }
div.DivClassName
{
background-color: #719C85;
}
.BgClassName
{
background-color: #719C85;
}
</style>
border-color css
<style>
span { border-color: #719C85; }
span { border-color: rgb(113,156,133); }
td.TdClassName
{
border-color: #719C85;
}
.TagClassName
{
border-color: #719C85;
}
</style>