Shades of Laurel #5D9667
Tints of Laurel #5D9667
RGB
CMYK
RGB Variations
Color information
#5D9667 (or 0x5D9667) is known color: Laurel. HEX triplet: 5D, 96 and 67. RGB value is (93,150,103). Sum of RGB (Red+Green+Blue) = 93+150+103=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #5D9667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9667 is #A26998. Grayscale: #7F7F7F. Windows color (decimal): -10643865 or 6788701. OLE color: 6788701.
HSL color Cylindrical-coordinate representation of color #5D9667: hue angle of 130.53º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D9667 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 103 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.41 |
| HSL | 130.53º | 0.23% | 0.48% | - |
| HSV(B) | 130.53º | 0.38% | 0.59% | - |
| XYZ | 17.87 | 25.12 | 16.74 | - |
| YUV | 127.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 103 | 0.38 | 0 | 0.31 | 0.41 | 130.53 | 0.23 | 0.48 |
| Hex | 5D | 96 | 67 | 26 | 0 | 1F | 29 | 83 | 17 | 30 |
| Octal | 135 | 226 | 147 | 46 | 0 | 37 | 51 | 203 | 27 | 60 |
| Binary | 1011101 | 10010110 | 1100111 | 100110 | 0 | 11111 | 101001 | 10000011 | 10111 | 110000 |
Color Harmonies of #5D9667
Complementary color
Monochromatic Colors of #5D9667
Black with #5D9667
Text Example
Text Example
White with #5D9667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9667; }
p { color: rgb(93,150,103); }
H1.HeaderClassName
{
color: #5D9667;
}
.AnyTagClassName
{
color: #5D9667;
}
</style>
background-color css
<style>
a { background-color: #5D9667; }
a { background-color: rgb(93,150,103); }
div.DivClassName
{
background-color: #5D9667;
}
.BgClassName
{
background-color: #5D9667;
}
</style>
border-color css
<style>
span { border-color: #5D9667; }
span { border-color: rgb(93,150,103); }
td.TdClassName
{
border-color: #5D9667;
}
.TagClassName
{
border-color: #5D9667;
}
</style>