Shades of Oxley #5E936C
Tints of Oxley #5E936C
RGB
CMYK
RGB Variations
Color information
#5E936C (or 0x5E936C) is known color: Oxley. HEX triplet: 5E, 93 and 6C. RGB value is (94,147,108). Sum of RGB (Red+Green+Blue) = 94+147+108=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #5E936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E936C is #A16C93. Grayscale: #7E7E7E. Windows color (decimal): -10579092 or 7115614. OLE color: 7115614.
HSL color Cylindrical-coordinate representation of color #5E936C: hue angle of 135.85º 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 #5E936C is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 147 | 108 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.42 |
| HSL | 135.85º | 0.22% | 0.47% | - |
| HSV(B) | 135.85º | 0.36% | 0.58% | - |
| XYZ | 17.76 | 24.33 | 17.95 | - |
| YUV | 126.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 108 | 0.36 | 0 | 0.27 | 0.42 | 135.85 | 0.22 | 0.47 |
| Hex | 5E | 93 | 6C | 24 | 0 | 1B | 2A | 88 | 16 | 2F |
| Octal | 136 | 223 | 154 | 44 | 0 | 33 | 52 | 210 | 26 | 57 |
| Binary | 1011110 | 10010011 | 1101100 | 100100 | 0 | 11011 | 101010 | 10001000 | 10110 | 101111 |
Color Harmonies of #5E936C
Complementary color
Monochromatic Colors of #5E936C
Black with #5E936C
Text Example
Text Example
White with #5E936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E936C; }
p { color: rgb(94,147,108); }
H1.HeaderClassName
{
color: #5E936C;
}
.AnyTagClassName
{
color: #5E936C;
}
</style>
background-color css
<style>
a { background-color: #5E936C; }
a { background-color: rgb(94,147,108); }
div.DivClassName
{
background-color: #5E936C;
}
.BgClassName
{
background-color: #5E936C;
}
</style>
border-color css
<style>
span { border-color: #5E936C; }
span { border-color: rgb(94,147,108); }
td.TdClassName
{
border-color: #5E936C;
}
.TagClassName
{
border-color: #5E936C;
}
</style>