Shades of Laurel #5E8467
Tints of Laurel #5E8467
RGB
CMYK
RGB Variations
Color information
#5E8467 (or 0x5E8467) is known color: Laurel. HEX triplet: 5E, 84 and 67. RGB value is (94,132,103). Sum of RGB (Red+Green+Blue) = 94+132+103=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #5E8467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8467 is #A17B98. Grayscale: #757575. Windows color (decimal): -10582937 or 6784094. OLE color: 6784094.
HSL color Cylindrical-coordinate representation of color #5E8467: hue angle of 134.21º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E8467 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 103 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.48 |
| HSL | 134.21º | 0.17% | 0.44% | - |
| HSV(B) | 134.21º | 0.29% | 0.52% | - |
| XYZ | 15.32 | 19.86 | 15.86 | - |
| YUV | 117.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 103 | 0.29 | 0 | 0.22 | 0.48 | 134.21 | 0.17 | 0.44 |
| Hex | 5E | 84 | 67 | 1D | 0 | 16 | 30 | 86 | 11 | 2C |
| Octal | 136 | 204 | 147 | 35 | 0 | 26 | 60 | 206 | 21 | 54 |
| Binary | 1011110 | 10000100 | 1100111 | 11101 | 0 | 10110 | 110000 | 10000110 | 10001 | 101100 |
Color Harmonies of #5E8467
Complementary color
Monochromatic Colors of #5E8467
Black with #5E8467
Text Example
Text Example
White with #5E8467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8467; }
p { color: rgb(94,132,103); }
H1.HeaderClassName
{
color: #5E8467;
}
.AnyTagClassName
{
color: #5E8467;
}
</style>
background-color css
<style>
a { background-color: #5E8467; }
a { background-color: rgb(94,132,103); }
div.DivClassName
{
background-color: #5E8467;
}
.BgClassName
{
background-color: #5E8467;
}
</style>
border-color css
<style>
span { border-color: #5E8467; }
span { border-color: rgb(94,132,103); }
td.TdClassName
{
border-color: #5E8467;
}
.TagClassName
{
border-color: #5E8467;
}
</style>