Shades of Laurel #5E8A63
Tints of Laurel #5E8A63
RGB
CMYK
RGB Variations
Color information
#5E8A63 (or 0x5E8A63) is known color: Laurel. HEX triplet: 5E, 8A and 63. RGB value is (94,138,99). Sum of RGB (Red+Green+Blue) = 94+138+99=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8A63 is #A1759C. Grayscale: #787878. Windows color (decimal): -10581405 or 6523486. OLE color: 6523486.
HSL color Cylindrical-coordinate representation of color #5E8A63: hue angle of 126.82º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E8A63 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 138 | 99 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.46 |
| HSL | 126.82º | 0.19% | 0.45% | - |
| HSV(B) | 126.82º | 0.32% | 0.54% | - |
| XYZ | 15.96 | 21.46 | 15.11 | - |
| YUV | 120.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 99 | 0.32 | 0 | 0.28 | 0.46 | 126.82 | 0.19 | 0.45 |
| Hex | 5E | 8A | 63 | 20 | 0 | 1C | 2E | 7F | 13 | 2D |
| Octal | 136 | 212 | 143 | 40 | 0 | 34 | 56 | 177 | 23 | 55 |
| Binary | 1011110 | 10001010 | 1100011 | 100000 | 0 | 11100 | 101110 | 1111111 | 10011 | 101101 |
Color Harmonies of #5E8A63
Complementary color
Monochromatic Colors of #5E8A63
Black with #5E8A63
Text Example
Text Example
White with #5E8A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8A63; }
p { color: rgb(94,138,99); }
H1.HeaderClassName
{
color: #5E8A63;
}
.AnyTagClassName
{
color: #5E8A63;
}
</style>
background-color css
<style>
a { background-color: #5E8A63; }
a { background-color: rgb(94,138,99); }
div.DivClassName
{
background-color: #5E8A63;
}
.BgClassName
{
background-color: #5E8A63;
}
</style>
border-color css
<style>
span { border-color: #5E8A63; }
span { border-color: rgb(94,138,99); }
td.TdClassName
{
border-color: #5E8A63;
}
.TagClassName
{
border-color: #5E8A63;
}
</style>