Shades of Laurel #5D8767
Tints of Laurel #5D8767
RGB
CMYK
RGB Variations
Color information
#5D8767 (or 0x5D8767) is known color: Laurel. HEX triplet: 5D, 87 and 67. RGB value is (93,135,103). Sum of RGB (Red+Green+Blue) = 93+135+103=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #5D8767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8767 is #A27898. Grayscale: #767676. Windows color (decimal): -10647705 or 6784861. OLE color: 6784861.
HSL color Cylindrical-coordinate representation of color #5D8767: hue angle of 134.29º 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 #5D8767 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 135 | 103 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.47 |
| HSL | 134.29º | 0.18% | 0.45% | - |
| HSV(B) | 134.29º | 0.31% | 0.53% | - |
| XYZ | 15.63 | 20.63 | 15.99 | - |
| YUV | 118.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 135 | 103 | 0.31 | 0 | 0.24 | 0.47 | 134.29 | 0.18 | 0.45 |
| Hex | 5D | 87 | 67 | 1F | 0 | 18 | 2F | 86 | 12 | 2D |
| Octal | 135 | 207 | 147 | 37 | 0 | 30 | 57 | 206 | 22 | 55 |
| Binary | 1011101 | 10000111 | 1100111 | 11111 | 0 | 11000 | 101111 | 10000110 | 10010 | 101101 |
Color Harmonies of #5D8767
Complementary color
Monochromatic Colors of #5D8767
Black with #5D8767
Text Example
Text Example
White with #5D8767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8767; }
p { color: rgb(93,135,103); }
H1.HeaderClassName
{
color: #5D8767;
}
.AnyTagClassName
{
color: #5D8767;
}
</style>
background-color css
<style>
a { background-color: #5D8767; }
a { background-color: rgb(93,135,103); }
div.DivClassName
{
background-color: #5D8767;
}
.BgClassName
{
background-color: #5D8767;
}
</style>
border-color css
<style>
span { border-color: #5D8767; }
span { border-color: rgb(93,135,103); }
td.TdClassName
{
border-color: #5D8767;
}
.TagClassName
{
border-color: #5D8767;
}
</style>