Shades of Laurel #5E8164
Tints of Laurel #5E8164
RGB
CMYK
RGB Variations
Color information
#5E8164 (or 0x5E8164) is known color: Laurel. HEX triplet: 5E, 81 and 64. RGB value is (94,129,100). Sum of RGB (Red+Green+Blue) = 94+129+100=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8164 is #A17E9B. Grayscale: #737373. Windows color (decimal): -10583708 or 6586718. OLE color: 6586718.
HSL color Cylindrical-coordinate representation of color #5E8164: hue angle of 130.29º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E8164 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 129 | 100 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.49 |
| HSL | 130.29º | 0.16% | 0.44% | - |
| HSV(B) | 130.29º | 0.27% | 0.51% | - |
| XYZ | 14.77 | 19 | 14.95 | - |
| YUV | 115.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 100 | 0.27 | 0 | 0.22 | 0.49 | 130.29 | 0.16 | 0.44 |
| Hex | 5E | 81 | 64 | 1B | 0 | 16 | 31 | 82 | 10 | 2C |
| Octal | 136 | 201 | 144 | 33 | 0 | 26 | 61 | 202 | 20 | 54 |
| Binary | 1011110 | 10000001 | 1100100 | 11011 | 0 | 10110 | 110001 | 10000010 | 10000 | 101100 |
Color Harmonies of #5E8164
Complementary color
Monochromatic Colors of #5E8164
Black with #5E8164
Text Example
Text Example
White with #5E8164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8164; }
p { color: rgb(94,129,100); }
H1.HeaderClassName
{
color: #5E8164;
}
.AnyTagClassName
{
color: #5E8164;
}
</style>
background-color css
<style>
a { background-color: #5E8164; }
a { background-color: rgb(94,129,100); }
div.DivClassName
{
background-color: #5E8164;
}
.BgClassName
{
background-color: #5E8164;
}
</style>
border-color css
<style>
span { border-color: #5E8164; }
span { border-color: rgb(94,129,100); }
td.TdClassName
{
border-color: #5E8164;
}
.TagClassName
{
border-color: #5E8164;
}
</style>