Shades of Laurel #5E8765
Tints of Laurel #5E8765
RGB
CMYK
RGB Variations
Color information
#5E8765 (or 0x5E8765) is known color: Laurel. HEX triplet: 5E, 87 and 65. RGB value is (94,135,101). Sum of RGB (Red+Green+Blue) = 94+135+101=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #5E8765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8765 is #A1789A. Grayscale: #767676. Windows color (decimal): -10582171 or 6653790. OLE color: 6653790.
HSL color Cylindrical-coordinate representation of color #5E8765: hue angle of 130.24º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E8765 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 101 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.47 |
| HSL | 130.24º | 0.18% | 0.45% | - |
| HSV(B) | 130.24º | 0.3% | 0.53% | - |
| XYZ | 15.63 | 20.65 | 15.47 | - |
| YUV | 118.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 101 | 0.30 | 0 | 0.25 | 0.47 | 130.24 | 0.18 | 0.45 |
| Hex | 5E | 87 | 65 | 1E | 0 | 19 | 2F | 82 | 12 | 2D |
| Octal | 136 | 207 | 145 | 36 | 0 | 31 | 57 | 202 | 22 | 55 |
| Binary | 1011110 | 10000111 | 1100101 | 11110 | 0 | 11001 | 101111 | 10000010 | 10010 | 101101 |
Color Harmonies of #5E8765
Complementary color
Monochromatic Colors of #5E8765
Black with #5E8765
Text Example
Text Example
White with #5E8765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8765; }
p { color: rgb(94,135,101); }
H1.HeaderClassName
{
color: #5E8765;
}
.AnyTagClassName
{
color: #5E8765;
}
</style>
background-color css
<style>
a { background-color: #5E8765; }
a { background-color: rgb(94,135,101); }
div.DivClassName
{
background-color: #5E8765;
}
.BgClassName
{
background-color: #5E8765;
}
</style>
border-color css
<style>
span { border-color: #5E8765; }
span { border-color: rgb(94,135,101); }
td.TdClassName
{
border-color: #5E8765;
}
.TagClassName
{
border-color: #5E8765;
}
</style>