Shades of Oxley #5E9B70
Tints of Oxley #5E9B70
RGB
CMYK
RGB Variations
Color information
#5E9B70 (or 0x5E9B70) is known color: Oxley. HEX triplet: 5E, 9B and 70. RGB value is (94,155,112). Sum of RGB (Red+Green+Blue) = 94+155+112=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9B70 is #A1648F. Grayscale: #838383. Windows color (decimal): -10577040 or 7379806. OLE color: 7379806.
HSL color Cylindrical-coordinate representation of color #5E9B70: hue angle of 137.7º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9B70 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 155 | 112 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.39 |
| HSL | 137.7º | 0.24% | 0.49% | - |
| HSV(B) | 137.7º | 0.39% | 0.61% | - |
| XYZ | 19.26 | 26.99 | 19.52 | - |
| YUV | 131.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 112 | 0.39 | 0 | 0.28 | 0.39 | 137.7 | 0.24 | 0.49 |
| Hex | 5E | 9B | 70 | 27 | 0 | 1C | 27 | 8A | 18 | 31 |
| Octal | 136 | 233 | 160 | 47 | 0 | 34 | 47 | 212 | 30 | 61 |
| Binary | 1011110 | 10011011 | 1110000 | 100111 | 0 | 11100 | 100111 | 10001010 | 11000 | 110001 |
Color Harmonies of #5E9B70
Complementary color
Monochromatic Colors of #5E9B70
Black with #5E9B70
Text Example
Text Example
White with #5E9B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9B70; }
p { color: rgb(94,155,112); }
H1.HeaderClassName
{
color: #5E9B70;
}
.AnyTagClassName
{
color: #5E9B70;
}
</style>
background-color css
<style>
a { background-color: #5E9B70; }
a { background-color: rgb(94,155,112); }
div.DivClassName
{
background-color: #5E9B70;
}
.BgClassName
{
background-color: #5E9B70;
}
</style>
border-color css
<style>
span { border-color: #5E9B70; }
span { border-color: rgb(94,155,112); }
td.TdClassName
{
border-color: #5E9B70;
}
.TagClassName
{
border-color: #5E9B70;
}
</style>