Shades of Laurel #5B9166
Tints of Laurel #5B9166
RGB
CMYK
RGB Variations
Color information
#5B9166 (or 0x5B9166) is known color: Laurel. HEX triplet: 5B, 91 and 66. RGB value is (91,145,102). Sum of RGB (Red+Green+Blue) = 91+145+102=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #5B9166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9166 is #A46E99. Grayscale: #7C7C7C. Windows color (decimal): -10776218 or 6721883. OLE color: 6721883.
HSL color Cylindrical-coordinate representation of color #5B9166: hue angle of 132.22º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B9166 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 145 | 102 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.43 |
| HSL | 132.22º | 0.23% | 0.46% | - |
| HSV(B) | 132.22º | 0.37% | 0.57% | - |
| XYZ | 16.84 | 23.43 | 16.21 | - |
| YUV | 123.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 145 | 102 | 0.37 | 0 | 0.30 | 0.43 | 132.22 | 0.23 | 0.46 |
| Hex | 5B | 91 | 66 | 25 | 0 | 1E | 2B | 84 | 17 | 2E |
| Octal | 133 | 221 | 146 | 45 | 0 | 36 | 53 | 204 | 27 | 56 |
| Binary | 1011011 | 10010001 | 1100110 | 100101 | 0 | 11110 | 101011 | 10000100 | 10111 | 101110 |
Color Harmonies of #5B9166
Complementary color
Monochromatic Colors of #5B9166
Black with #5B9166
Text Example
Text Example
White with #5B9166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9166; }
p { color: rgb(91,145,102); }
H1.HeaderClassName
{
color: #5B9166;
}
.AnyTagClassName
{
color: #5B9166;
}
</style>
background-color css
<style>
a { background-color: #5B9166; }
a { background-color: rgb(91,145,102); }
div.DivClassName
{
background-color: #5B9166;
}
.BgClassName
{
background-color: #5B9166;
}
</style>
border-color css
<style>
span { border-color: #5B9166; }
span { border-color: rgb(91,145,102); }
td.TdClassName
{
border-color: #5B9166;
}
.TagClassName
{
border-color: #5B9166;
}
</style>