Shades of Oxley #5E916D
Tints of Oxley #5E916D
RGB
CMYK
RGB Variations
Color information
#5E916D (or 0x5E916D) is known color: Oxley. HEX triplet: 5E, 91 and 6D. RGB value is (94,145,109). Sum of RGB (Red+Green+Blue) = 94+145+109=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #5E916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E916D is #A16E92. Grayscale: #7D7D7D. Windows color (decimal): -10579603 or 7180638. OLE color: 7180638.
HSL color Cylindrical-coordinate representation of color #5E916D: hue angle of 137.65º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E916D is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 109 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.43 |
| HSL | 137.65º | 0.21% | 0.47% | - |
| HSV(B) | 137.65º | 0.35% | 0.57% | - |
| XYZ | 17.5 | 23.73 | 18.13 | - |
| YUV | 125.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 109 | 0.35 | 0 | 0.25 | 0.43 | 137.65 | 0.21 | 0.47 |
| Hex | 5E | 91 | 6D | 23 | 0 | 19 | 2B | 8A | 15 | 2F |
| Octal | 136 | 221 | 155 | 43 | 0 | 31 | 53 | 212 | 25 | 57 |
| Binary | 1011110 | 10010001 | 1101101 | 100011 | 0 | 11001 | 101011 | 10001010 | 10101 | 101111 |
Color Harmonies of #5E916D
Complementary color
Monochromatic Colors of #5E916D
Black with #5E916D
Text Example
Text Example
White with #5E916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E916D; }
p { color: rgb(94,145,109); }
H1.HeaderClassName
{
color: #5E916D;
}
.AnyTagClassName
{
color: #5E916D;
}
</style>
background-color css
<style>
a { background-color: #5E916D; }
a { background-color: rgb(94,145,109); }
div.DivClassName
{
background-color: #5E916D;
}
.BgClassName
{
background-color: #5E916D;
}
</style>
border-color css
<style>
span { border-color: #5E916D; }
span { border-color: rgb(94,145,109); }
td.TdClassName
{
border-color: #5E916D;
}
.TagClassName
{
border-color: #5E916D;
}
</style>