Shades of Laurel #5B9266
Tints of Laurel #5B9266
RGB
CMYK
RGB Variations
Color information
#5B9266 (or 0x5B9266) is known color: Laurel. HEX triplet: 5B, 92 and 66. RGB value is (91,146,102). Sum of RGB (Red+Green+Blue) = 91+146+102=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9266 is #A46D99. Grayscale: #7C7C7C. Windows color (decimal): -10775962 or 6722139. OLE color: 6722139.
HSL color Cylindrical-coordinate representation of color #5B9266: hue angle of 132º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9266 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 146 | 102 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.43 |
| HSL | 132º | 0.23% | 0.46% | - |
| HSV(B) | 132º | 0.38% | 0.57% | - |
| XYZ | 16.99 | 23.74 | 16.26 | - |
| YUV | 124.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 102 | 0.38 | 0 | 0.30 | 0.43 | 132 | 0.23 | 0.46 |
| Hex | 5B | 92 | 66 | 26 | 0 | 1E | 2B | 84 | 17 | 2E |
| Octal | 133 | 222 | 146 | 46 | 0 | 36 | 53 | 204 | 27 | 56 |
| Binary | 1011011 | 10010010 | 1100110 | 100110 | 0 | 11110 | 101011 | 10000100 | 10111 | 101110 |
Color Harmonies of #5B9266
Complementary color
Monochromatic Colors of #5B9266
Black with #5B9266
Text Example
Text Example
White with #5B9266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9266; }
p { color: rgb(91,146,102); }
H1.HeaderClassName
{
color: #5B9266;
}
.AnyTagClassName
{
color: #5B9266;
}
</style>
background-color css
<style>
a { background-color: #5B9266; }
a { background-color: rgb(91,146,102); }
div.DivClassName
{
background-color: #5B9266;
}
.BgClassName
{
background-color: #5B9266;
}
</style>
border-color css
<style>
span { border-color: #5B9266; }
span { border-color: rgb(91,146,102); }
td.TdClassName
{
border-color: #5B9266;
}
.TagClassName
{
border-color: #5B9266;
}
</style>