Shades of Laurel #5B9566
Tints of Laurel #5B9566
RGB
CMYK
RGB Variations
Color information
#5B9566 (or 0x5B9566) is known color: Laurel. HEX triplet: 5B, 95 and 66. RGB value is (91,149,102). Sum of RGB (Red+Green+Blue) = 91+149+102=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9566 is #A46A99. Grayscale: #7E7E7E. Windows color (decimal): -10775194 or 6722907. OLE color: 6722907.
HSL color Cylindrical-coordinate representation of color #5B9566: hue angle of 131.38º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B9566 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 149 | 102 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.42 |
| HSL | 131.38º | 0.24% | 0.47% | - |
| HSV(B) | 131.38º | 0.39% | 0.58% | - |
| XYZ | 17.46 | 24.68 | 16.41 | - |
| YUV | 126.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 102 | 0.39 | 0 | 0.32 | 0.42 | 131.38 | 0.24 | 0.47 |
| Hex | 5B | 95 | 66 | 27 | 0 | 20 | 2A | 83 | 18 | 2F |
| Octal | 133 | 225 | 146 | 47 | 0 | 40 | 52 | 203 | 30 | 57 |
| Binary | 1011011 | 10010101 | 1100110 | 100111 | 0 | 100000 | 101010 | 10000011 | 11000 | 101111 |
Color Harmonies of #5B9566
Complementary color
Monochromatic Colors of #5B9566
Black with #5B9566
Text Example
Text Example
White with #5B9566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9566; }
p { color: rgb(91,149,102); }
H1.HeaderClassName
{
color: #5B9566;
}
.AnyTagClassName
{
color: #5B9566;
}
</style>
background-color css
<style>
a { background-color: #5B9566; }
a { background-color: rgb(91,149,102); }
div.DivClassName
{
background-color: #5B9566;
}
.BgClassName
{
background-color: #5B9566;
}
</style>
border-color css
<style>
span { border-color: #5B9566; }
span { border-color: rgb(91,149,102); }
td.TdClassName
{
border-color: #5B9566;
}
.TagClassName
{
border-color: #5B9566;
}
</style>