Shades of Oxley #5E9876
Tints of Oxley #5E9876
RGB
CMYK
RGB Variations
Color information
#5E9876 (or 0x5E9876) is known color: Oxley. HEX triplet: 5E, 98 and 76. RGB value is (94,152,118). Sum of RGB (Red+Green+Blue) = 94+152+118=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9876 is #A16789. Grayscale: #828282. Windows color (decimal): -10577802 or 7772254. OLE color: 7772254.
HSL color Cylindrical-coordinate representation of color #5E9876: hue angle of 144.83º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E9876 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 118 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.40 |
| HSL | 144.83º | 0.24% | 0.48% | - |
| HSV(B) | 144.83º | 0.38% | 0.6% | - |
| XYZ | 19.11 | 26.14 | 21.18 | - |
| YUV | 130.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 118 | 0.38 | 0 | 0.22 | 0.40 | 144.83 | 0.24 | 0.48 |
| Hex | 5E | 98 | 76 | 26 | 0 | 16 | 28 | 91 | 18 | 30 |
| Octal | 136 | 230 | 166 | 46 | 0 | 26 | 50 | 221 | 30 | 60 |
| Binary | 1011110 | 10011000 | 1110110 | 100110 | 0 | 10110 | 101000 | 10010001 | 11000 | 110000 |
Color Harmonies of #5E9876
Complementary color
Monochromatic Colors of #5E9876
Black with #5E9876
Text Example
Text Example
White with #5E9876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9876; }
p { color: rgb(94,152,118); }
H1.HeaderClassName
{
color: #5E9876;
}
.AnyTagClassName
{
color: #5E9876;
}
</style>
background-color css
<style>
a { background-color: #5E9876; }
a { background-color: rgb(94,152,118); }
div.DivClassName
{
background-color: #5E9876;
}
.BgClassName
{
background-color: #5E9876;
}
</style>
border-color css
<style>
span { border-color: #5E9876; }
span { border-color: rgb(94,152,118); }
td.TdClassName
{
border-color: #5E9876;
}
.TagClassName
{
border-color: #5E9876;
}
</style>