Shades of Laurel #5E9764
Tints of Laurel #5E9764
RGB
CMYK
RGB Variations
Color information
#5E9764 (or 0x5E9764) is known color: Laurel. HEX triplet: 5E, 97 and 64. RGB value is (94,151,100). Sum of RGB (Red+Green+Blue) = 94+151+100=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #5E9764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9764 is #A1689B. Grayscale: #808080. Windows color (decimal): -10578076 or 6592350. OLE color: 6592350.
HSL color Cylindrical-coordinate representation of color #5E9764: hue angle of 126.32º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E9764 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 100 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.41 |
| HSL | 126.32º | 0.23% | 0.48% | - |
| HSV(B) | 126.32º | 0.38% | 0.59% | - |
| XYZ | 17.98 | 25.43 | 16.02 | - |
| YUV | 128.14 | 112.12 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 100 | 0.38 | 0 | 0.34 | 0.41 | 126.32 | 0.23 | 0.48 |
| Hex | 5E | 97 | 64 | 26 | 0 | 22 | 29 | 7E | 17 | 30 |
| Octal | 136 | 227 | 144 | 46 | 0 | 42 | 51 | 176 | 27 | 60 |
| Binary | 1011110 | 10010111 | 1100100 | 100110 | 0 | 100010 | 101001 | 1111110 | 10111 | 110000 |
Color Harmonies of #5E9764
Complementary color
Monochromatic Colors of #5E9764
Black with #5E9764
Text Example
Text Example
White with #5E9764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9764; }
p { color: rgb(94,151,100); }
H1.HeaderClassName
{
color: #5E9764;
}
.AnyTagClassName
{
color: #5E9764;
}
</style>
background-color css
<style>
a { background-color: #5E9764; }
a { background-color: rgb(94,151,100); }
div.DivClassName
{
background-color: #5E9764;
}
.BgClassName
{
background-color: #5E9764;
}
</style>
border-color css
<style>
span { border-color: #5E9764; }
span { border-color: rgb(94,151,100); }
td.TdClassName
{
border-color: #5E9764;
}
.TagClassName
{
border-color: #5E9764;
}
</style>