Shades of Oxley #5E9E73
Tints of Oxley #5E9E73
RGB
CMYK
RGB Variations
Color information
#5E9E73 (or 0x5E9E73) is known color: Oxley. HEX triplet: 5E, 9E and 73. RGB value is (94,158,115). Sum of RGB (Red+Green+Blue) = 94+158+115=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 158 - color contains mainly: green. Hex color #5E9E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9E73 is #A1618C. Grayscale: #868686. Windows color (decimal): -10576269 or 7577182. OLE color: 7577182.
HSL color Cylindrical-coordinate representation of color #5E9E73: hue angle of 139.69º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9E73 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 158 | 115 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.38 |
| HSL | 139.69º | 0.25% | 0.49% | - |
| HSV(B) | 139.69º | 0.41% | 0.62% | - |
| XYZ | 19.94 | 28.07 | 20.59 | - |
| YUV | 133.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 158 | 115 | 0.41 | 0 | 0.27 | 0.38 | 139.69 | 0.25 | 0.49 |
| Hex | 5E | 9E | 73 | 29 | 0 | 1B | 26 | 8C | 19 | 31 |
| Octal | 136 | 236 | 163 | 51 | 0 | 33 | 46 | 214 | 31 | 61 |
| Binary | 1011110 | 10011110 | 1110011 | 101001 | 0 | 11011 | 100110 | 10001100 | 11001 | 110001 |
Color Harmonies of #5E9E73
Complementary color
Monochromatic Colors of #5E9E73
Black with #5E9E73
Text Example
Text Example
White with #5E9E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9E73; }
p { color: rgb(94,158,115); }
H1.HeaderClassName
{
color: #5E9E73;
}
.AnyTagClassName
{
color: #5E9E73;
}
</style>
background-color css
<style>
a { background-color: #5E9E73; }
a { background-color: rgb(94,158,115); }
div.DivClassName
{
background-color: #5E9E73;
}
.BgClassName
{
background-color: #5E9E73;
}
</style>
border-color css
<style>
span { border-color: #5E9E73; }
span { border-color: rgb(94,158,115); }
td.TdClassName
{
border-color: #5E9E73;
}
.TagClassName
{
border-color: #5E9E73;
}
</style>