Shades of Oxley #5E8E6D
Tints of Oxley #5E8E6D
RGB
CMYK
RGB Variations
Color information
#5E8E6D (or 0x5E8E6D) is known color: Oxley. HEX triplet: 5E, 8E and 6D. RGB value is (94,142,109). Sum of RGB (Red+Green+Blue) = 94+142+109=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 142 - color contains mainly: green. Hex color #5E8E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8E6D is #A17192. Grayscale: #7B7B7B. Windows color (decimal): -10580371 or 7179870. OLE color: 7179870.
HSL color Cylindrical-coordinate representation of color #5E8E6D: hue angle of 138.75º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E8E6D is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 142 | 109 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.44 |
| HSL | 138.75º | 0.2% | 0.46% | - |
| HSV(B) | 138.75º | 0.34% | 0.56% | - |
| XYZ | 17.05 | 22.83 | 17.98 | - |
| YUV | 123.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 142 | 109 | 0.34 | 0 | 0.23 | 0.44 | 138.75 | 0.2 | 0.46 |
| Hex | 5E | 8E | 6D | 22 | 0 | 17 | 2C | 8B | 14 | 2E |
| Octal | 136 | 216 | 155 | 42 | 0 | 27 | 54 | 213 | 24 | 56 |
| Binary | 1011110 | 10001110 | 1101101 | 100010 | 0 | 10111 | 101100 | 10001011 | 10100 | 101110 |
Color Harmonies of #5E8E6D
Complementary color
Monochromatic Colors of #5E8E6D
Black with #5E8E6D
Text Example
Text Example
White with #5E8E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8E6D; }
p { color: rgb(94,142,109); }
H1.HeaderClassName
{
color: #5E8E6D;
}
.AnyTagClassName
{
color: #5E8E6D;
}
</style>
background-color css
<style>
a { background-color: #5E8E6D; }
a { background-color: rgb(94,142,109); }
div.DivClassName
{
background-color: #5E8E6D;
}
.BgClassName
{
background-color: #5E8E6D;
}
</style>
border-color css
<style>
span { border-color: #5E8E6D; }
span { border-color: rgb(94,142,109); }
td.TdClassName
{
border-color: #5E8E6D;
}
.TagClassName
{
border-color: #5E8E6D;
}
</style>