Shades of Laurel #5E9965
Tints of Laurel #5E9965
RGB
CMYK
RGB Variations
Color information
#5E9965 (or 0x5E9965) is known color: Laurel. HEX triplet: 5E, 99 and 65. RGB value is (94,153,101). Sum of RGB (Red+Green+Blue) = 94+153+101=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9965 is #A1669A. Grayscale: #818181. Windows color (decimal): -10577563 or 6658398. OLE color: 6658398.
HSL color Cylindrical-coordinate representation of color #5E9965: hue angle of 127.12º 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 #5E9965 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 101 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.4 |
| HSL | 127.12º | 0.24% | 0.48% | - |
| HSV(B) | 127.12º | 0.39% | 0.6% | - |
| XYZ | 18.36 | 26.1 | 16.38 | - |
| YUV | 129.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 101 | 0.39 | 0 | 0.34 | 0.4 | 127.12 | 0.24 | 0.48 |
| Hex | 5E | 99 | 65 | 27 | 0 | 22 | 28 | 7F | 18 | 30 |
| Octal | 136 | 231 | 145 | 47 | 0 | 42 | 50 | 177 | 30 | 60 |
| Binary | 1011110 | 10011001 | 1100101 | 100111 | 0 | 100010 | 101000 | 1111111 | 11000 | 110000 |
Color Harmonies of #5E9965
Complementary color
Monochromatic Colors of #5E9965
Black with #5E9965
Text Example
Text Example
White with #5E9965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9965; }
p { color: rgb(94,153,101); }
H1.HeaderClassName
{
color: #5E9965;
}
.AnyTagClassName
{
color: #5E9965;
}
</style>
background-color css
<style>
a { background-color: #5E9965; }
a { background-color: rgb(94,153,101); }
div.DivClassName
{
background-color: #5E9965;
}
.BgClassName
{
background-color: #5E9965;
}
</style>
border-color css
<style>
span { border-color: #5E9965; }
span { border-color: rgb(94,153,101); }
td.TdClassName
{
border-color: #5E9965;
}
.TagClassName
{
border-color: #5E9965;
}
</style>