Shades of Oxley #5E996D
Tints of Oxley #5E996D
RGB
CMYK
RGB Variations
Color information
#5E996D (or 0x5E996D) is known color: Oxley. HEX triplet: 5E, 99 and 6D. RGB value is (94,153,109). Sum of RGB (Red+Green+Blue) = 94+153+109=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #5E996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E996D is #A16692. Grayscale: #828282. Windows color (decimal): -10577555 or 7182686. OLE color: 7182686.
HSL color Cylindrical-coordinate representation of color #5E996D: hue angle of 135.25º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E996D is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 109 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.4 |
| HSL | 135.25º | 0.24% | 0.48% | - |
| HSV(B) | 135.25º | 0.39% | 0.6% | - |
| XYZ | 18.77 | 26.27 | 18.55 | - |
| YUV | 130.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 109 | 0.39 | 0 | 0.29 | 0.4 | 135.25 | 0.24 | 0.48 |
| Hex | 5E | 99 | 6D | 27 | 0 | 1D | 28 | 87 | 18 | 30 |
| Octal | 136 | 231 | 155 | 47 | 0 | 35 | 50 | 207 | 30 | 60 |
| Binary | 1011110 | 10011001 | 1101101 | 100111 | 0 | 11101 | 101000 | 10000111 | 11000 | 110000 |
Color Harmonies of #5E996D
Complementary color
Monochromatic Colors of #5E996D
Black with #5E996D
Text Example
Text Example
White with #5E996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E996D; }
p { color: rgb(94,153,109); }
H1.HeaderClassName
{
color: #5E996D;
}
.AnyTagClassName
{
color: #5E996D;
}
</style>
background-color css
<style>
a { background-color: #5E996D; }
a { background-color: rgb(94,153,109); }
div.DivClassName
{
background-color: #5E996D;
}
.BgClassName
{
background-color: #5E996D;
}
</style>
border-color css
<style>
span { border-color: #5E996D; }
span { border-color: rgb(94,153,109); }
td.TdClassName
{
border-color: #5E996D;
}
.TagClassName
{
border-color: #5E996D;
}
</style>