Shades of Oxley #5E9B68
Tints of Oxley #5E9B68
RGB
CMYK
RGB Variations
Color information
#5E9B68 (or 0x5E9B68) is known color: Oxley. HEX triplet: 5E, 9B and 68. RGB value is (94,155,104). Sum of RGB (Red+Green+Blue) = 94+155+104=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9B68 is #A16497. Grayscale: #838383. Windows color (decimal): -10577048 or 6855518. OLE color: 6855518.
HSL color Cylindrical-coordinate representation of color #5E9B68: hue angle of 129.84º 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 #5E9B68 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 155 | 104 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.39 |
| HSL | 129.84º | 0.24% | 0.49% | - |
| HSV(B) | 129.84º | 0.39% | 0.61% | - |
| XYZ | 18.84 | 26.82 | 17.28 | - |
| YUV | 130.95 | 112.79 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 104 | 0.39 | 0 | 0.33 | 0.39 | 129.84 | 0.24 | 0.49 |
| Hex | 5E | 9B | 68 | 27 | 0 | 21 | 27 | 82 | 18 | 31 |
| Octal | 136 | 233 | 150 | 47 | 0 | 41 | 47 | 202 | 30 | 61 |
| Binary | 1011110 | 10011011 | 1101000 | 100111 | 0 | 100001 | 100111 | 10000010 | 11000 | 110001 |
Color Harmonies of #5E9B68
Complementary color
Monochromatic Colors of #5E9B68
Black with #5E9B68
Text Example
Text Example
White with #5E9B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9B68; }
p { color: rgb(94,155,104); }
H1.HeaderClassName
{
color: #5E9B68;
}
.AnyTagClassName
{
color: #5E9B68;
}
</style>
background-color css
<style>
a { background-color: #5E9B68; }
a { background-color: rgb(94,155,104); }
div.DivClassName
{
background-color: #5E9B68;
}
.BgClassName
{
background-color: #5E9B68;
}
</style>
border-color css
<style>
span { border-color: #5E9B68; }
span { border-color: rgb(94,155,104); }
td.TdClassName
{
border-color: #5E9B68;
}
.TagClassName
{
border-color: #5E9B68;
}
</style>