Shades of Laurel #5D8768
Tints of Laurel #5D8768
RGB
CMYK
RGB Variations
Color information
#5D8768 (or 0x5D8768) is known color: Laurel. HEX triplet: 5D, 87 and 68. RGB value is (93,135,104). Sum of RGB (Red+Green+Blue) = 93+135+104=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #5D8768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8768 is #A27897. Grayscale: #767676. Windows color (decimal): -10647704 or 6850397. OLE color: 6850397.
HSL color Cylindrical-coordinate representation of color #5D8768: hue angle of 135.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D8768 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 135 | 104 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.47 |
| HSL | 135.71º | 0.18% | 0.45% | - |
| HSV(B) | 135.71º | 0.31% | 0.53% | - |
| XYZ | 15.68 | 20.65 | 16.26 | - |
| YUV | 118.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 135 | 104 | 0.31 | 0 | 0.23 | 0.47 | 135.71 | 0.18 | 0.45 |
| Hex | 5D | 87 | 68 | 1F | 0 | 17 | 2F | 88 | 12 | 2D |
| Octal | 135 | 207 | 150 | 37 | 0 | 27 | 57 | 210 | 22 | 55 |
| Binary | 1011101 | 10000111 | 1101000 | 11111 | 0 | 10111 | 101111 | 10001000 | 10010 | 101101 |
Color Harmonies of #5D8768
Complementary color
Monochromatic Colors of #5D8768
Black with #5D8768
Text Example
Text Example
White with #5D8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8768; }
p { color: rgb(93,135,104); }
H1.HeaderClassName
{
color: #5D8768;
}
.AnyTagClassName
{
color: #5D8768;
}
</style>
background-color css
<style>
a { background-color: #5D8768; }
a { background-color: rgb(93,135,104); }
div.DivClassName
{
background-color: #5D8768;
}
.BgClassName
{
background-color: #5D8768;
}
</style>
border-color css
<style>
span { border-color: #5D8768; }
span { border-color: rgb(93,135,104); }
td.TdClassName
{
border-color: #5D8768;
}
.TagClassName
{
border-color: #5D8768;
}
</style>