Shades of Laurel #5C8867
Tints of Laurel #5C8867
RGB
CMYK
RGB Variations
Color information
#5C8867 (or 0x5C8867) is known color: Laurel. HEX triplet: 5C, 88 and 67. RGB value is (92,136,103). Sum of RGB (Red+Green+Blue) = 92+136+103=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #5C8867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8867 is #A37798. Grayscale: #777777. Windows color (decimal): -10712985 or 6785116. OLE color: 6785116.
HSL color Cylindrical-coordinate representation of color #5C8867: hue angle of 135º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C8867 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 136 | 103 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.47 |
| HSL | 135º | 0.19% | 0.45% | - |
| HSV(B) | 135º | 0.32% | 0.53% | - |
| XYZ | 15.67 | 20.86 | 16.03 | - |
| YUV | 119.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 103 | 0.32 | 0 | 0.24 | 0.47 | 135 | 0.19 | 0.45 |
| Hex | 5C | 88 | 67 | 20 | 0 | 18 | 2F | 87 | 13 | 2D |
| Octal | 134 | 210 | 147 | 40 | 0 | 30 | 57 | 207 | 23 | 55 |
| Binary | 1011100 | 10001000 | 1100111 | 100000 | 0 | 11000 | 101111 | 10000111 | 10011 | 101101 |
Color Harmonies of #5C8867
Complementary color
Monochromatic Colors of #5C8867
Black with #5C8867
Text Example
Text Example
White with #5C8867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8867; }
p { color: rgb(92,136,103); }
H1.HeaderClassName
{
color: #5C8867;
}
.AnyTagClassName
{
color: #5C8867;
}
</style>
background-color css
<style>
a { background-color: #5C8867; }
a { background-color: rgb(92,136,103); }
div.DivClassName
{
background-color: #5C8867;
}
.BgClassName
{
background-color: #5C8867;
}
</style>
border-color css
<style>
span { border-color: #5C8867; }
span { border-color: rgb(92,136,103); }
td.TdClassName
{
border-color: #5C8867;
}
.TagClassName
{
border-color: #5C8867;
}
</style>