Shades of Laurel #5B9267
Tints of Laurel #5B9267
RGB
CMYK
RGB Variations
Color information
#5B9267 (or 0x5B9267) is known color: Laurel. HEX triplet: 5B, 92 and 67. RGB value is (91,146,103). Sum of RGB (Red+Green+Blue) = 91+146+103=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9267 is #A46D98. Grayscale: #7C7C7C. Windows color (decimal): -10775961 or 6787675. OLE color: 6787675.
HSL color Cylindrical-coordinate representation of color #5B9267: hue angle of 133.09º 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 #5B9267 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 146 | 103 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.43 |
| HSL | 133.09º | 0.23% | 0.46% | - |
| HSV(B) | 133.09º | 0.38% | 0.57% | - |
| XYZ | 17.04 | 23.76 | 16.52 | - |
| YUV | 124.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 103 | 0.38 | 0 | 0.29 | 0.43 | 133.09 | 0.23 | 0.46 |
| Hex | 5B | 92 | 67 | 26 | 0 | 1D | 2B | 85 | 17 | 2E |
| Octal | 133 | 222 | 147 | 46 | 0 | 35 | 53 | 205 | 27 | 56 |
| Binary | 1011011 | 10010010 | 1100111 | 100110 | 0 | 11101 | 101011 | 10000101 | 10111 | 101110 |
Color Harmonies of #5B9267
Complementary color
Monochromatic Colors of #5B9267
Black with #5B9267
Text Example
Text Example
White with #5B9267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9267; }
p { color: rgb(91,146,103); }
H1.HeaderClassName
{
color: #5B9267;
}
.AnyTagClassName
{
color: #5B9267;
}
</style>
background-color css
<style>
a { background-color: #5B9267; }
a { background-color: rgb(91,146,103); }
div.DivClassName
{
background-color: #5B9267;
}
.BgClassName
{
background-color: #5B9267;
}
</style>
border-color css
<style>
span { border-color: #5B9267; }
span { border-color: rgb(91,146,103); }
td.TdClassName
{
border-color: #5B9267;
}
.TagClassName
{
border-color: #5B9267;
}
</style>