Shades of Laurel #5B9763
Tints of Laurel #5B9763
RGB
CMYK
RGB Variations
Color information
#5B9763 (or 0x5B9763) is known color: Laurel. HEX triplet: 5B, 97 and 63. RGB value is (91,151,99). Sum of RGB (Red+Green+Blue) = 91+151+99=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #5B9763 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9763 is #A4689C. Grayscale: #7F7F7F. Windows color (decimal): -10774685 or 6526811. OLE color: 6526811.
HSL color Cylindrical-coordinate representation of color #5B9763: hue angle of 128º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B9763 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 151 | 99 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.41 |
| HSL | 128º | 0.25% | 0.47% | - |
| HSV(B) | 128º | 0.4% | 0.59% | - |
| XYZ | 17.63 | 25.26 | 15.75 | - |
| YUV | 127.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 151 | 99 | 0.40 | 0 | 0.34 | 0.41 | 128 | 0.25 | 0.47 |
| Hex | 5B | 97 | 63 | 28 | 0 | 22 | 29 | 80 | 19 | 2F |
| Octal | 133 | 227 | 143 | 50 | 0 | 42 | 51 | 200 | 31 | 57 |
| Binary | 1011011 | 10010111 | 1100011 | 101000 | 0 | 100010 | 101001 | 10000000 | 11001 | 101111 |
Color Harmonies of #5B9763
Complementary color
Monochromatic Colors of #5B9763
Black with #5B9763
Text Example
Text Example
White with #5B9763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9763; }
p { color: rgb(91,151,99); }
H1.HeaderClassName
{
color: #5B9763;
}
.AnyTagClassName
{
color: #5B9763;
}
</style>
background-color css
<style>
a { background-color: #5B9763; }
a { background-color: rgb(91,151,99); }
div.DivClassName
{
background-color: #5B9763;
}
.BgClassName
{
background-color: #5B9763;
}
</style>
border-color css
<style>
span { border-color: #5B9763; }
span { border-color: rgb(91,151,99); }
td.TdClassName
{
border-color: #5B9763;
}
.TagClassName
{
border-color: #5B9763;
}
</style>