Shades of Laurel #5E8867
Tints of Laurel #5E8867
RGB
CMYK
RGB Variations
Color information
#5E8867 (or 0x5E8867) is known color: Laurel. HEX triplet: 5E, 88 and 67. RGB value is (94,136,103). Sum of RGB (Red+Green+Blue) = 94+136+103=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8867 is #A17798. Grayscale: #777777. Windows color (decimal): -10581913 or 6785118. OLE color: 6785118.
HSL color Cylindrical-coordinate representation of color #5E8867: hue angle of 132.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E8867 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 103 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.47 |
| HSL | 132.86º | 0.18% | 0.45% | - |
| HSV(B) | 132.86º | 0.31% | 0.53% | - |
| XYZ | 15.87 | 20.97 | 16.04 | - |
| YUV | 119.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 103 | 0.31 | 0 | 0.24 | 0.47 | 132.86 | 0.18 | 0.45 |
| Hex | 5E | 88 | 67 | 1F | 0 | 18 | 2F | 85 | 12 | 2D |
| Octal | 136 | 210 | 147 | 37 | 0 | 30 | 57 | 205 | 22 | 55 |
| Binary | 1011110 | 10001000 | 1100111 | 11111 | 0 | 11000 | 101111 | 10000101 | 10010 | 101101 |
Color Harmonies of #5E8867
Complementary color
Monochromatic Colors of #5E8867
Black with #5E8867
Text Example
Text Example
White with #5E8867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8867; }
p { color: rgb(94,136,103); }
H1.HeaderClassName
{
color: #5E8867;
}
.AnyTagClassName
{
color: #5E8867;
}
</style>
background-color css
<style>
a { background-color: #5E8867; }
a { background-color: rgb(94,136,103); }
div.DivClassName
{
background-color: #5E8867;
}
.BgClassName
{
background-color: #5E8867;
}
</style>
border-color css
<style>
span { border-color: #5E8867; }
span { border-color: rgb(94,136,103); }
td.TdClassName
{
border-color: #5E8867;
}
.TagClassName
{
border-color: #5E8867;
}
</style>