Shades of Oxley #5E916C
Tints of Oxley #5E916C
RGB
CMYK
RGB Variations
Color information
#5E916C (or 0x5E916C) is known color: Oxley. HEX triplet: 5E, 91 and 6C. RGB value is (94,145,108). Sum of RGB (Red+Green+Blue) = 94+145+108=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #5E916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E916C is #A16E93. Grayscale: #7D7D7D. Windows color (decimal): -10579604 or 7115102. OLE color: 7115102.
HSL color Cylindrical-coordinate representation of color #5E916C: hue angle of 136.47º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E916C is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 108 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.43 |
| HSL | 136.47º | 0.21% | 0.47% | - |
| HSV(B) | 136.47º | 0.35% | 0.57% | - |
| XYZ | 17.45 | 23.71 | 17.84 | - |
| YUV | 125.53 | 118.1 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 108 | 0.35 | 0 | 0.26 | 0.43 | 136.47 | 0.21 | 0.47 |
| Hex | 5E | 91 | 6C | 23 | 0 | 1A | 2B | 88 | 15 | 2F |
| Octal | 136 | 221 | 154 | 43 | 0 | 32 | 53 | 210 | 25 | 57 |
| Binary | 1011110 | 10010001 | 1101100 | 100011 | 0 | 11010 | 101011 | 10001000 | 10101 | 101111 |
Color Harmonies of #5E916C
Complementary color
Monochromatic Colors of #5E916C
Black with #5E916C
Text Example
Text Example
White with #5E916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E916C; }
p { color: rgb(94,145,108); }
H1.HeaderClassName
{
color: #5E916C;
}
.AnyTagClassName
{
color: #5E916C;
}
</style>
background-color css
<style>
a { background-color: #5E916C; }
a { background-color: rgb(94,145,108); }
div.DivClassName
{
background-color: #5E916C;
}
.BgClassName
{
background-color: #5E916C;
}
</style>
border-color css
<style>
span { border-color: #5E916C; }
span { border-color: rgb(94,145,108); }
td.TdClassName
{
border-color: #5E916C;
}
.TagClassName
{
border-color: #5E916C;
}
</style>