Shades of Laurel #5E8567
Tints of Laurel #5E8567
RGB
CMYK
RGB Variations
Color information
#5E8567 (or 0x5E8567) is known color: Laurel. HEX triplet: 5E, 85 and 67. RGB value is (94,133,103). Sum of RGB (Red+Green+Blue) = 94+133+103=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #5E8567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8567 is #A17A98. Grayscale: #767676. Windows color (decimal): -10582681 or 6784350. OLE color: 6784350.
HSL color Cylindrical-coordinate representation of color #5E8567: hue angle of 133.85º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E8567 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 133 | 103 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.48 |
| HSL | 133.85º | 0.17% | 0.45% | - |
| HSV(B) | 133.85º | 0.29% | 0.52% | - |
| XYZ | 15.45 | 20.13 | 15.9 | - |
| YUV | 117.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 103 | 0.29 | 0 | 0.23 | 0.48 | 133.85 | 0.17 | 0.45 |
| Hex | 5E | 85 | 67 | 1D | 0 | 17 | 30 | 86 | 11 | 2D |
| Octal | 136 | 205 | 147 | 35 | 0 | 27 | 60 | 206 | 21 | 55 |
| Binary | 1011110 | 10000101 | 1100111 | 11101 | 0 | 10111 | 110000 | 10000110 | 10001 | 101101 |
Color Harmonies of #5E8567
Complementary color
Monochromatic Colors of #5E8567
Black with #5E8567
Text Example
Text Example
White with #5E8567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8567; }
p { color: rgb(94,133,103); }
H1.HeaderClassName
{
color: #5E8567;
}
.AnyTagClassName
{
color: #5E8567;
}
</style>
background-color css
<style>
a { background-color: #5E8567; }
a { background-color: rgb(94,133,103); }
div.DivClassName
{
background-color: #5E8567;
}
.BgClassName
{
background-color: #5E8567;
}
</style>
border-color css
<style>
span { border-color: #5E8567; }
span { border-color: rgb(94,133,103); }
td.TdClassName
{
border-color: #5E8567;
}
.TagClassName
{
border-color: #5E8567;
}
</style>