Shades of Oxley #5D9E75
Tints of Oxley #5D9E75
RGB
CMYK
RGB Variations
Color information
#5D9E75 (or 0x5D9E75) is known color: Oxley. HEX triplet: 5D, 9E and 75. RGB value is (93,158,117). Sum of RGB (Red+Green+Blue) = 93+158+117=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 158 - color contains mainly: green. Hex color #5D9E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9E75 is #A2618A. Grayscale: #858585. Windows color (decimal): -10641803 or 7708253. OLE color: 7708253.
HSL color Cylindrical-coordinate representation of color #5D9E75: hue angle of 142.15º degrees, saturation: 0.26, 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 #5D9E75 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 158 | 117 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.38 |
| HSL | 142.15º | 0.26% | 0.49% | - |
| HSV(B) | 142.15º | 0.41% | 0.62% | - |
| XYZ | 19.95 | 28.07 | 21.2 | - |
| YUV | 133.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 158 | 117 | 0.41 | 0 | 0.26 | 0.38 | 142.15 | 0.26 | 0.49 |
| Hex | 5D | 9E | 75 | 29 | 0 | 1A | 26 | 8E | 1A | 31 |
| Octal | 135 | 236 | 165 | 51 | 0 | 32 | 46 | 216 | 32 | 61 |
| Binary | 1011101 | 10011110 | 1110101 | 101001 | 0 | 11010 | 100110 | 10001110 | 11010 | 110001 |
Color Harmonies of #5D9E75
Complementary color
Monochromatic Colors of #5D9E75
Black with #5D9E75
Text Example
Text Example
White with #5D9E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9E75; }
p { color: rgb(93,158,117); }
H1.HeaderClassName
{
color: #5D9E75;
}
.AnyTagClassName
{
color: #5D9E75;
}
</style>
background-color css
<style>
a { background-color: #5D9E75; }
a { background-color: rgb(93,158,117); }
div.DivClassName
{
background-color: #5D9E75;
}
.BgClassName
{
background-color: #5D9E75;
}
</style>
border-color css
<style>
span { border-color: #5D9E75; }
span { border-color: rgb(93,158,117); }
td.TdClassName
{
border-color: #5D9E75;
}
.TagClassName
{
border-color: #5D9E75;
}
</style>