Shades of Oxley #5E936B
Tints of Oxley #5E936B
RGB
CMYK
RGB Variations
Color information
#5E936B (or 0x5E936B) is known color: Oxley. HEX triplet: 5E, 93 and 6B. RGB value is (94,147,107). Sum of RGB (Red+Green+Blue) = 94+147+107=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #5E936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E936B is #A16C94. Grayscale: #7E7E7E. Windows color (decimal): -10579093 or 7050078. OLE color: 7050078.
HSL color Cylindrical-coordinate representation of color #5E936B: hue angle of 134.72º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E936B is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 147 | 107 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.42 |
| HSL | 134.72º | 0.22% | 0.47% | - |
| HSV(B) | 134.72º | 0.36% | 0.58% | - |
| XYZ | 17.7 | 24.31 | 17.67 | - |
| YUV | 126.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 107 | 0.36 | 0 | 0.27 | 0.42 | 134.72 | 0.22 | 0.47 |
| Hex | 5E | 93 | 6B | 24 | 0 | 1B | 2A | 87 | 16 | 2F |
| Octal | 136 | 223 | 153 | 44 | 0 | 33 | 52 | 207 | 26 | 57 |
| Binary | 1011110 | 10010011 | 1101011 | 100100 | 0 | 11011 | 101010 | 10000111 | 10110 | 101111 |
Color Harmonies of #5E936B
Complementary color
Monochromatic Colors of #5E936B
Black with #5E936B
Text Example
Text Example
White with #5E936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E936B; }
p { color: rgb(94,147,107); }
H1.HeaderClassName
{
color: #5E936B;
}
.AnyTagClassName
{
color: #5E936B;
}
</style>
background-color css
<style>
a { background-color: #5E936B; }
a { background-color: rgb(94,147,107); }
div.DivClassName
{
background-color: #5E936B;
}
.BgClassName
{
background-color: #5E936B;
}
</style>
border-color css
<style>
span { border-color: #5E936B; }
span { border-color: rgb(94,147,107); }
td.TdClassName
{
border-color: #5E936B;
}
.TagClassName
{
border-color: #5E936B;
}
</style>