Shades of Laurel #5B9367
Tints of Laurel #5B9367
RGB
CMYK
RGB Variations
Color information
#5B9367 (or 0x5B9367) is known color: Laurel. HEX triplet: 5B, 93 and 67. RGB value is (91,147,103). Sum of RGB (Red+Green+Blue) = 91+147+103=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #5B9367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9367 is #A46C98. Grayscale: #7D7D7D. Windows color (decimal): -10775705 or 6787931. OLE color: 6787931.
HSL color Cylindrical-coordinate representation of color #5B9367: hue angle of 132.86º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9367 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 147 | 103 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.42 |
| HSL | 132.86º | 0.24% | 0.47% | - |
| HSV(B) | 132.86º | 0.38% | 0.58% | - |
| XYZ | 17.2 | 24.07 | 16.57 | - |
| YUV | 125.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 147 | 103 | 0.38 | 0 | 0.30 | 0.42 | 132.86 | 0.24 | 0.47 |
| Hex | 5B | 93 | 67 | 26 | 0 | 1E | 2A | 85 | 18 | 2F |
| Octal | 133 | 223 | 147 | 46 | 0 | 36 | 52 | 205 | 30 | 57 |
| Binary | 1011011 | 10010011 | 1100111 | 100110 | 0 | 11110 | 101010 | 10000101 | 11000 | 101111 |
Color Harmonies of #5B9367
Complementary color
Monochromatic Colors of #5B9367
Black with #5B9367
Text Example
Text Example
White with #5B9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9367; }
p { color: rgb(91,147,103); }
H1.HeaderClassName
{
color: #5B9367;
}
.AnyTagClassName
{
color: #5B9367;
}
</style>
background-color css
<style>
a { background-color: #5B9367; }
a { background-color: rgb(91,147,103); }
div.DivClassName
{
background-color: #5B9367;
}
.BgClassName
{
background-color: #5B9367;
}
</style>
border-color css
<style>
span { border-color: #5B9367; }
span { border-color: rgb(91,147,103); }
td.TdClassName
{
border-color: #5B9367;
}
.TagClassName
{
border-color: #5B9367;
}
</style>