Shades of Laurel #5B8D62
Tints of Laurel #5B8D62
RGB
CMYK
RGB Variations
Color information
#5B8D62 (or 0x5B8D62) is known color: Laurel. HEX triplet: 5B, 8D and 62. RGB value is (91,141,98). Sum of RGB (Red+Green+Blue) = 91+141+98=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #5B8D62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8D62 is #A4729D. Grayscale: #797979. Windows color (decimal): -10777246 or 6458715. OLE color: 6458715.
HSL color Cylindrical-coordinate representation of color #5B8D62: hue angle of 128.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B8D62 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 141 | 98 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.45 |
| HSL | 128.4º | 0.22% | 0.45% | - |
| HSV(B) | 128.4º | 0.35% | 0.55% | - |
| XYZ | 16.04 | 22.16 | 14.99 | - |
| YUV | 121.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 141 | 98 | 0.35 | 0 | 0.30 | 0.45 | 128.4 | 0.22 | 0.45 |
| Hex | 5B | 8D | 62 | 23 | 0 | 1E | 2D | 80 | 16 | 2D |
| Octal | 133 | 215 | 142 | 43 | 0 | 36 | 55 | 200 | 26 | 55 |
| Binary | 1011011 | 10001101 | 1100010 | 100011 | 0 | 11110 | 101101 | 10000000 | 10110 | 101101 |
Color Harmonies of #5B8D62
Complementary color
Monochromatic Colors of #5B8D62
Black with #5B8D62
Text Example
Text Example
White with #5B8D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8D62; }
p { color: rgb(91,141,98); }
H1.HeaderClassName
{
color: #5B8D62;
}
.AnyTagClassName
{
color: #5B8D62;
}
</style>
background-color css
<style>
a { background-color: #5B8D62; }
a { background-color: rgb(91,141,98); }
div.DivClassName
{
background-color: #5B8D62;
}
.BgClassName
{
background-color: #5B8D62;
}
</style>
border-color css
<style>
span { border-color: #5B8D62; }
span { border-color: rgb(91,141,98); }
td.TdClassName
{
border-color: #5B8D62;
}
.TagClassName
{
border-color: #5B8D62;
}
</style>