Shades of Oxley #5E9975
Tints of Oxley #5E9975
RGB
CMYK
RGB Variations
Color information
#5E9975 (or 0x5E9975) is known color: Oxley. HEX triplet: 5E, 99 and 75. RGB value is (94,153,117). Sum of RGB (Red+Green+Blue) = 94+153+117=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9975 is #A1668A. Grayscale: #838383. Windows color (decimal): -10577547 or 7706974. OLE color: 7706974.
HSL color Cylindrical-coordinate representation of color #5E9975: hue angle of 143.39º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9975 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 117 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.4 |
| HSL | 143.39º | 0.24% | 0.48% | - |
| HSV(B) | 143.39º | 0.39% | 0.6% | - |
| XYZ | 19.22 | 26.45 | 20.92 | - |
| YUV | 131.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 117 | 0.39 | 0 | 0.24 | 0.4 | 143.39 | 0.24 | 0.48 |
| Hex | 5E | 99 | 75 | 27 | 0 | 18 | 28 | 8F | 18 | 30 |
| Octal | 136 | 231 | 165 | 47 | 0 | 30 | 50 | 217 | 30 | 60 |
| Binary | 1011110 | 10011001 | 1110101 | 100111 | 0 | 11000 | 101000 | 10001111 | 11000 | 110000 |
Color Harmonies of #5E9975
Complementary color
Monochromatic Colors of #5E9975
Black with #5E9975
Text Example
Text Example
White with #5E9975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9975; }
p { color: rgb(94,153,117); }
H1.HeaderClassName
{
color: #5E9975;
}
.AnyTagClassName
{
color: #5E9975;
}
</style>
background-color css
<style>
a { background-color: #5E9975; }
a { background-color: rgb(94,153,117); }
div.DivClassName
{
background-color: #5E9975;
}
.BgClassName
{
background-color: #5E9975;
}
</style>
border-color css
<style>
span { border-color: #5E9975; }
span { border-color: rgb(94,153,117); }
td.TdClassName
{
border-color: #5E9975;
}
.TagClassName
{
border-color: #5E9975;
}
</style>