Shades of Laurel #5B8D66
Tints of Laurel #5B8D66
RGB
CMYK
RGB Variations
Color information
#5B8D66 (or 0x5B8D66) is known color: Laurel. HEX triplet: 5B, 8D and 66. RGB value is (91,141,102). Sum of RGB (Red+Green+Blue) = 91+141+102=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #5B8D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8D66 is #A47299. Grayscale: #797979. Windows color (decimal): -10777242 or 6720859. OLE color: 6720859.
HSL color Cylindrical-coordinate representation of color #5B8D66: hue angle of 133.2º 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 #5B8D66 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 141 | 102 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.45 |
| HSL | 133.2º | 0.22% | 0.45% | - |
| HSV(B) | 133.2º | 0.35% | 0.55% | - |
| XYZ | 16.24 | 22.23 | 16.01 | - |
| YUV | 121.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 141 | 102 | 0.35 | 0 | 0.28 | 0.45 | 133.2 | 0.22 | 0.45 |
| Hex | 5B | 8D | 66 | 23 | 0 | 1C | 2D | 85 | 16 | 2D |
| Octal | 133 | 215 | 146 | 43 | 0 | 34 | 55 | 205 | 26 | 55 |
| Binary | 1011011 | 10001101 | 1100110 | 100011 | 0 | 11100 | 101101 | 10000101 | 10110 | 101101 |
Color Harmonies of #5B8D66
Complementary color
Monochromatic Colors of #5B8D66
Black with #5B8D66
Text Example
Text Example
White with #5B8D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8D66; }
p { color: rgb(91,141,102); }
H1.HeaderClassName
{
color: #5B8D66;
}
.AnyTagClassName
{
color: #5B8D66;
}
</style>
background-color css
<style>
a { background-color: #5B8D66; }
a { background-color: rgb(91,141,102); }
div.DivClassName
{
background-color: #5B8D66;
}
.BgClassName
{
background-color: #5B8D66;
}
</style>
border-color css
<style>
span { border-color: #5B8D66; }
span { border-color: rgb(91,141,102); }
td.TdClassName
{
border-color: #5B8D66;
}
.TagClassName
{
border-color: #5B8D66;
}
</style>