Shades of Laurel #5E9163
Tints of Laurel #5E9163
RGB
CMYK
RGB Variations
Color information
#5E9163 (or 0x5E9163) is known color: Laurel. HEX triplet: 5E, 91 and 63. RGB value is (94,145,99). Sum of RGB (Red+Green+Blue) = 94+145+99=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9163 is #A16E9C. Grayscale: #7C7C7C. Windows color (decimal): -10579613 or 6525278. OLE color: 6525278.
HSL color Cylindrical-coordinate representation of color #5E9163: hue angle of 125.88º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E9163 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 99 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.43 |
| HSL | 125.88º | 0.21% | 0.47% | - |
| HSV(B) | 125.88º | 0.35% | 0.57% | - |
| XYZ | 16.99 | 23.53 | 15.45 | - |
| YUV | 124.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 99 | 0.35 | 0 | 0.32 | 0.43 | 125.88 | 0.21 | 0.47 |
| Hex | 5E | 91 | 63 | 23 | 0 | 20 | 2B | 7E | 15 | 2F |
| Octal | 136 | 221 | 143 | 43 | 0 | 40 | 53 | 176 | 25 | 57 |
| Binary | 1011110 | 10010001 | 1100011 | 100011 | 0 | 100000 | 101011 | 1111110 | 10101 | 101111 |
Color Harmonies of #5E9163
Complementary color
Monochromatic Colors of #5E9163
Black with #5E9163
Text Example
Text Example
White with #5E9163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9163; }
p { color: rgb(94,145,99); }
H1.HeaderClassName
{
color: #5E9163;
}
.AnyTagClassName
{
color: #5E9163;
}
</style>
background-color css
<style>
a { background-color: #5E9163; }
a { background-color: rgb(94,145,99); }
div.DivClassName
{
background-color: #5E9163;
}
.BgClassName
{
background-color: #5E9163;
}
</style>
border-color css
<style>
span { border-color: #5E9163; }
span { border-color: rgb(94,145,99); }
td.TdClassName
{
border-color: #5E9163;
}
.TagClassName
{
border-color: #5E9163;
}
</style>