Shades of Oxley #5E9B6D
Tints of Oxley #5E9B6D
RGB
CMYK
RGB Variations
Color information
#5E9B6D (or 0x5E9B6D) is known color: Oxley. HEX triplet: 5E, 9B and 6D. RGB value is (94,155,109). Sum of RGB (Red+Green+Blue) = 94+155+109=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9B6D is #A16492. Grayscale: #838383. Windows color (decimal): -10577043 or 7183198. OLE color: 7183198.
HSL color Cylindrical-coordinate representation of color #5E9B6D: hue angle of 134.75º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9B6D is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 155 | 109 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.39 |
| HSL | 134.75º | 0.24% | 0.49% | - |
| HSV(B) | 134.75º | 0.39% | 0.61% | - |
| XYZ | 19.1 | 26.93 | 18.66 | - |
| YUV | 131.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 109 | 0.39 | 0 | 0.30 | 0.39 | 134.75 | 0.24 | 0.49 |
| Hex | 5E | 9B | 6D | 27 | 0 | 1E | 27 | 87 | 18 | 31 |
| Octal | 136 | 233 | 155 | 47 | 0 | 36 | 47 | 207 | 30 | 61 |
| Binary | 1011110 | 10011011 | 1101101 | 100111 | 0 | 11110 | 100111 | 10000111 | 11000 | 110001 |
Color Harmonies of #5E9B6D
Complementary color
Monochromatic Colors of #5E9B6D
Black with #5E9B6D
Text Example
Text Example
White with #5E9B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9B6D; }
p { color: rgb(94,155,109); }
H1.HeaderClassName
{
color: #5E9B6D;
}
.AnyTagClassName
{
color: #5E9B6D;
}
</style>
background-color css
<style>
a { background-color: #5E9B6D; }
a { background-color: rgb(94,155,109); }
div.DivClassName
{
background-color: #5E9B6D;
}
.BgClassName
{
background-color: #5E9B6D;
}
</style>
border-color css
<style>
span { border-color: #5E9B6D; }
span { border-color: rgb(94,155,109); }
td.TdClassName
{
border-color: #5E9B6D;
}
.TagClassName
{
border-color: #5E9B6D;
}
</style>