Shades of Laurel #5E9963
Tints of Laurel #5E9963
RGB
CMYK
RGB Variations
Color information
#5E9963 (or 0x5E9963) is known color: Laurel. HEX triplet: 5E, 99 and 63. RGB value is (94,153,99). Sum of RGB (Red+Green+Blue) = 94+153+99=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9963 is #A1669C. Grayscale: #818181. Windows color (decimal): -10577565 or 6527326. OLE color: 6527326.
HSL color Cylindrical-coordinate representation of color #5E9963: hue angle of 125.08º 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 #5E9963 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 99 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.4 |
| HSL | 125.08º | 0.24% | 0.48% | - |
| HSV(B) | 125.08º | 0.39% | 0.6% | - |
| XYZ | 18.26 | 26.06 | 15.87 | - |
| YUV | 129.2 | 110.95 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 99 | 0.39 | 0 | 0.35 | 0.4 | 125.08 | 0.24 | 0.48 |
| Hex | 5E | 99 | 63 | 27 | 0 | 23 | 28 | 7D | 18 | 30 |
| Octal | 136 | 231 | 143 | 47 | 0 | 43 | 50 | 175 | 30 | 60 |
| Binary | 1011110 | 10011001 | 1100011 | 100111 | 0 | 100011 | 101000 | 1111101 | 11000 | 110000 |
Color Harmonies of #5E9963
Complementary color
Monochromatic Colors of #5E9963
Black with #5E9963
Text Example
Text Example
White with #5E9963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9963; }
p { color: rgb(94,153,99); }
H1.HeaderClassName
{
color: #5E9963;
}
.AnyTagClassName
{
color: #5E9963;
}
</style>
background-color css
<style>
a { background-color: #5E9963; }
a { background-color: rgb(94,153,99); }
div.DivClassName
{
background-color: #5E9963;
}
.BgClassName
{
background-color: #5E9963;
}
</style>
border-color css
<style>
span { border-color: #5E9963; }
span { border-color: rgb(94,153,99); }
td.TdClassName
{
border-color: #5E9963;
}
.TagClassName
{
border-color: #5E9963;
}
</style>