Shades of Laurel #5D9665
Tints of Laurel #5D9665
RGB
CMYK
RGB Variations
Color information
#5D9665 (or 0x5D9665) is known color: Laurel. HEX triplet: 5D, 96 and 65. RGB value is (93,150,101). Sum of RGB (Red+Green+Blue) = 93+150+101=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #5D9665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9665 is #A2699A. Grayscale: #7F7F7F. Windows color (decimal): -10643867 or 6657629. OLE color: 6657629.
HSL color Cylindrical-coordinate representation of color #5D9665: hue angle of 128.42º 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 #5D9665 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 101 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.41 |
| HSL | 128.42º | 0.23% | 0.48% | - |
| HSV(B) | 128.42º | 0.38% | 0.59% | - |
| XYZ | 17.77 | 25.08 | 16.22 | - |
| YUV | 127.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 101 | 0.38 | 0 | 0.33 | 0.41 | 128.42 | 0.23 | 0.48 |
| Hex | 5D | 96 | 65 | 26 | 0 | 21 | 29 | 80 | 17 | 30 |
| Octal | 135 | 226 | 145 | 46 | 0 | 41 | 51 | 200 | 27 | 60 |
| Binary | 1011101 | 10010110 | 1100101 | 100110 | 0 | 100001 | 101001 | 10000000 | 10111 | 110000 |
Color Harmonies of #5D9665
Complementary color
Monochromatic Colors of #5D9665
Black with #5D9665
Text Example
Text Example
White with #5D9665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9665; }
p { color: rgb(93,150,101); }
H1.HeaderClassName
{
color: #5D9665;
}
.AnyTagClassName
{
color: #5D9665;
}
</style>
background-color css
<style>
a { background-color: #5D9665; }
a { background-color: rgb(93,150,101); }
div.DivClassName
{
background-color: #5D9665;
}
.BgClassName
{
background-color: #5D9665;
}
</style>
border-color css
<style>
span { border-color: #5D9665; }
span { border-color: rgb(93,150,101); }
td.TdClassName
{
border-color: #5D9665;
}
.TagClassName
{
border-color: #5D9665;
}
</style>