Shades of Oxley #5E9F6D
Tints of Oxley #5E9F6D
RGB
CMYK
RGB Variations
Color information
#5E9F6D (or 0x5E9F6D) is known color: Oxley. HEX triplet: 5E, 9F and 6D. RGB value is (94,159,109). Sum of RGB (Red+Green+Blue) = 94+159+109=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9F6D is #A16092. Grayscale: #868686. Windows color (decimal): -10576019 or 7184222. OLE color: 7184222.
HSL color Cylindrical-coordinate representation of color #5E9F6D: hue angle of 133.85º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9F6D is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 159 | 109 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.38 |
| HSL | 133.85º | 0.26% | 0.5% | - |
| HSV(B) | 133.85º | 0.41% | 0.62% | - |
| XYZ | 19.77 | 28.28 | 18.88 | - |
| YUV | 133.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 159 | 109 | 0.41 | 0 | 0.31 | 0.38 | 133.85 | 0.26 | 0.5 |
| Hex | 5E | 9F | 6D | 29 | 0 | 1F | 26 | 86 | 1A | 32 |
| Octal | 136 | 237 | 155 | 51 | 0 | 37 | 46 | 206 | 32 | 62 |
| Binary | 1011110 | 10011111 | 1101101 | 101001 | 0 | 11111 | 100110 | 10000110 | 11010 | 110010 |
Color Harmonies of #5E9F6D
Complementary color
Monochromatic Colors of #5E9F6D
Black with #5E9F6D
Text Example
Text Example
White with #5E9F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9F6D; }
p { color: rgb(94,159,109); }
H1.HeaderClassName
{
color: #5E9F6D;
}
.AnyTagClassName
{
color: #5E9F6D;
}
</style>
background-color css
<style>
a { background-color: #5E9F6D; }
a { background-color: rgb(94,159,109); }
div.DivClassName
{
background-color: #5E9F6D;
}
.BgClassName
{
background-color: #5E9F6D;
}
</style>
border-color css
<style>
span { border-color: #5E9F6D; }
span { border-color: rgb(94,159,109); }
td.TdClassName
{
border-color: #5E9F6D;
}
.TagClassName
{
border-color: #5E9F6D;
}
</style>