Shades of Oxley #5E8F70
Tints of Oxley #5E8F70
RGB
CMYK
RGB Variations
Color information
#5E8F70 (or 0x5E8F70) is known color: Oxley. HEX triplet: 5E, 8F and 70. RGB value is (94,143,112). Sum of RGB (Red+Green+Blue) = 94+143+112=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8F70 is #A1708F. Grayscale: #7C7C7C. Windows color (decimal): -10580112 or 7376734. OLE color: 7376734.
HSL color Cylindrical-coordinate representation of color #5E8F70: hue angle of 142.04º 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 #5E8F70 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 143 | 112 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.44 |
| HSL | 142.04º | 0.21% | 0.46% | - |
| HSV(B) | 142.04º | 0.34% | 0.56% | - |
| XYZ | 17.36 | 23.19 | 18.89 | - |
| YUV | 124.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 143 | 112 | 0.34 | 0 | 0.22 | 0.44 | 142.04 | 0.21 | 0.46 |
| Hex | 5E | 8F | 70 | 22 | 0 | 16 | 2C | 8E | 15 | 2E |
| Octal | 136 | 217 | 160 | 42 | 0 | 26 | 54 | 216 | 25 | 56 |
| Binary | 1011110 | 10001111 | 1110000 | 100010 | 0 | 10110 | 101100 | 10001110 | 10101 | 101110 |
Color Harmonies of #5E8F70
Complementary color
Monochromatic Colors of #5E8F70
Black with #5E8F70
Text Example
Text Example
White with #5E8F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8F70; }
p { color: rgb(94,143,112); }
H1.HeaderClassName
{
color: #5E8F70;
}
.AnyTagClassName
{
color: #5E8F70;
}
</style>
background-color css
<style>
a { background-color: #5E8F70; }
a { background-color: rgb(94,143,112); }
div.DivClassName
{
background-color: #5E8F70;
}
.BgClassName
{
background-color: #5E8F70;
}
</style>
border-color css
<style>
span { border-color: #5E8F70; }
span { border-color: rgb(94,143,112); }
td.TdClassName
{
border-color: #5E8F70;
}
.TagClassName
{
border-color: #5E8F70;
}
</style>