Shades of Oxley #5E9D75
Tints of Oxley #5E9D75
RGB
CMYK
RGB Variations
Color information
#5E9D75 (or 0x5E9D75) is known color: Oxley. HEX triplet: 5E, 9D and 75. RGB value is (94,157,117). Sum of RGB (Red+Green+Blue) = 94+157+117=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9D75 is #A1628A. Grayscale: #858585. Windows color (decimal): -10576523 or 7707998. OLE color: 7707998.
HSL color Cylindrical-coordinate representation of color #5E9D75: hue angle of 141.9º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9D75 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 157 | 117 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.38 |
| HSL | 141.9º | 0.25% | 0.49% | - |
| HSV(B) | 141.9º | 0.4% | 0.62% | - |
| XYZ | 19.88 | 27.78 | 21.14 | - |
| YUV | 133.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 117 | 0.40 | 0 | 0.25 | 0.38 | 141.9 | 0.25 | 0.49 |
| Hex | 5E | 9D | 75 | 28 | 0 | 19 | 26 | 8E | 19 | 31 |
| Octal | 136 | 235 | 165 | 50 | 0 | 31 | 46 | 216 | 31 | 61 |
| Binary | 1011110 | 10011101 | 1110101 | 101000 | 0 | 11001 | 100110 | 10001110 | 11001 | 110001 |
Color Harmonies of #5E9D75
Complementary color
Monochromatic Colors of #5E9D75
Black with #5E9D75
Text Example
Text Example
White with #5E9D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9D75; }
p { color: rgb(94,157,117); }
H1.HeaderClassName
{
color: #5E9D75;
}
.AnyTagClassName
{
color: #5E9D75;
}
</style>
background-color css
<style>
a { background-color: #5E9D75; }
a { background-color: rgb(94,157,117); }
div.DivClassName
{
background-color: #5E9D75;
}
.BgClassName
{
background-color: #5E9D75;
}
</style>
border-color css
<style>
span { border-color: #5E9D75; }
span { border-color: rgb(94,157,117); }
td.TdClassName
{
border-color: #5E9D75;
}
.TagClassName
{
border-color: #5E9D75;
}
</style>