Shades of Oxley #5E956E
Tints of Oxley #5E956E
RGB
CMYK
RGB Variations
Color information
#5E956E (or 0x5E956E) is known color: Oxley. HEX triplet: 5E, 95 and 6E. RGB value is (94,149,110). Sum of RGB (Red+Green+Blue) = 94+149+110=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #5E956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E956E is #A16A91. Grayscale: #808080. Windows color (decimal): -10578578 or 7247198. OLE color: 7247198.
HSL color Cylindrical-coordinate representation of color #5E956E: hue angle of 137.45º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E956E is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 110 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.42 |
| HSL | 137.45º | 0.23% | 0.48% | - |
| HSV(B) | 137.45º | 0.37% | 0.58% | - |
| XYZ | 18.18 | 25 | 18.62 | - |
| YUV | 128.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 110 | 0.37 | 0 | 0.26 | 0.42 | 137.45 | 0.23 | 0.48 |
| Hex | 5E | 95 | 6E | 25 | 0 | 1A | 2A | 89 | 17 | 30 |
| Octal | 136 | 225 | 156 | 45 | 0 | 32 | 52 | 211 | 27 | 60 |
| Binary | 1011110 | 10010101 | 1101110 | 100101 | 0 | 11010 | 101010 | 10001001 | 10111 | 110000 |
Color Harmonies of #5E956E
Complementary color
Monochromatic Colors of #5E956E
Black with #5E956E
Text Example
Text Example
White with #5E956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E956E; }
p { color: rgb(94,149,110); }
H1.HeaderClassName
{
color: #5E956E;
}
.AnyTagClassName
{
color: #5E956E;
}
</style>
background-color css
<style>
a { background-color: #5E956E; }
a { background-color: rgb(94,149,110); }
div.DivClassName
{
background-color: #5E956E;
}
.BgClassName
{
background-color: #5E956E;
}
</style>
border-color css
<style>
span { border-color: #5E956E; }
span { border-color: rgb(94,149,110); }
td.TdClassName
{
border-color: #5E956E;
}
.TagClassName
{
border-color: #5E956E;
}
</style>