Shades of Laurel #5C8D65
Tints of Laurel #5C8D65
RGB
CMYK
RGB Variations
Color information
#5C8D65 (or 0x5C8D65) is known color: Laurel. HEX triplet: 5C, 8D and 65. RGB value is (92,141,101). Sum of RGB (Red+Green+Blue) = 92+141+101=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #5C8D65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8D65 is #A3729A. Grayscale: #797979. Windows color (decimal): -10711707 or 6655324. OLE color: 6655324.
HSL color Cylindrical-coordinate representation of color #5C8D65: hue angle of 131.02º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C8D65 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 141 | 101 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.45 |
| HSL | 131.02º | 0.21% | 0.46% | - |
| HSV(B) | 131.02º | 0.35% | 0.55% | - |
| XYZ | 16.29 | 22.26 | 15.75 | - |
| YUV | 121.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 141 | 101 | 0.35 | 0 | 0.28 | 0.45 | 131.02 | 0.21 | 0.46 |
| Hex | 5C | 8D | 65 | 23 | 0 | 1C | 2D | 83 | 15 | 2E |
| Octal | 134 | 215 | 145 | 43 | 0 | 34 | 55 | 203 | 25 | 56 |
| Binary | 1011100 | 10001101 | 1100101 | 100011 | 0 | 11100 | 101101 | 10000011 | 10101 | 101110 |
Color Harmonies of #5C8D65
Complementary color
Monochromatic Colors of #5C8D65
Black with #5C8D65
Text Example
Text Example
White with #5C8D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8D65; }
p { color: rgb(92,141,101); }
H1.HeaderClassName
{
color: #5C8D65;
}
.AnyTagClassName
{
color: #5C8D65;
}
</style>
background-color css
<style>
a { background-color: #5C8D65; }
a { background-color: rgb(92,141,101); }
div.DivClassName
{
background-color: #5C8D65;
}
.BgClassName
{
background-color: #5C8D65;
}
</style>
border-color css
<style>
span { border-color: #5C8D65; }
span { border-color: rgb(92,141,101); }
td.TdClassName
{
border-color: #5C8D65;
}
.TagClassName
{
border-color: #5C8D65;
}
</style>