Shades of Oxley #5E8F71
Tints of Oxley #5E8F71
RGB
CMYK
RGB Variations
Color information
#5E8F71 (or 0x5E8F71) is known color: Oxley. HEX triplet: 5E, 8F and 71. RGB value is (94,143,113). Sum of RGB (Red+Green+Blue) = 94+143+113=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8F71 is #A1708E. Grayscale: #7D7D7D. Windows color (decimal): -10580111 or 7442270. OLE color: 7442270.
HSL color Cylindrical-coordinate representation of color #5E8F71: hue angle of 143.27º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E8F71 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 143 | 113 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.44 |
| HSL | 143.27º | 0.21% | 0.46% | - |
| HSV(B) | 143.27º | 0.34% | 0.56% | - |
| XYZ | 17.42 | 23.22 | 19.19 | - |
| YUV | 124.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 143 | 113 | 0.34 | 0 | 0.21 | 0.44 | 143.27 | 0.21 | 0.46 |
| Hex | 5E | 8F | 71 | 22 | 0 | 15 | 2C | 8F | 15 | 2E |
| Octal | 136 | 217 | 161 | 42 | 0 | 25 | 54 | 217 | 25 | 56 |
| Binary | 1011110 | 10001111 | 1110001 | 100010 | 0 | 10101 | 101100 | 10001111 | 10101 | 101110 |
Color Harmonies of #5E8F71
Complementary color
Monochromatic Colors of #5E8F71
Black with #5E8F71
Text Example
Text Example
White with #5E8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8F71; }
p { color: rgb(94,143,113); }
H1.HeaderClassName
{
color: #5E8F71;
}
.AnyTagClassName
{
color: #5E8F71;
}
</style>
background-color css
<style>
a { background-color: #5E8F71; }
a { background-color: rgb(94,143,113); }
div.DivClassName
{
background-color: #5E8F71;
}
.BgClassName
{
background-color: #5E8F71;
}
</style>
border-color css
<style>
span { border-color: #5E8F71; }
span { border-color: rgb(94,143,113); }
td.TdClassName
{
border-color: #5E8F71;
}
.TagClassName
{
border-color: #5E8F71;
}
</style>