Shades of Laurel #5C8666
Tints of Laurel #5C8666
RGB
CMYK
RGB Variations
Color information
#5C8666 (or 0x5C8666) is known color: Laurel. HEX triplet: 5C, 86 and 66. RGB value is (92,134,102). Sum of RGB (Red+Green+Blue) = 92+134+102=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #5C8666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8666 is #A37999. Grayscale: #757575. Windows color (decimal): -10713498 or 6719068. OLE color: 6719068.
HSL color Cylindrical-coordinate representation of color #5C8666: hue angle of 134.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C8666 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 134 | 102 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.47 |
| HSL | 134.29º | 0.19% | 0.44% | - |
| HSV(B) | 134.29º | 0.31% | 0.53% | - |
| XYZ | 15.34 | 20.28 | 15.68 | - |
| YUV | 117.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 134 | 102 | 0.31 | 0 | 0.24 | 0.47 | 134.29 | 0.19 | 0.44 |
| Hex | 5C | 86 | 66 | 1F | 0 | 18 | 2F | 86 | 13 | 2C |
| Octal | 134 | 206 | 146 | 37 | 0 | 30 | 57 | 206 | 23 | 54 |
| Binary | 1011100 | 10000110 | 1100110 | 11111 | 0 | 11000 | 101111 | 10000110 | 10011 | 101100 |
Color Harmonies of #5C8666
Complementary color
Monochromatic Colors of #5C8666
Black with #5C8666
Text Example
Text Example
White with #5C8666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8666; }
p { color: rgb(92,134,102); }
H1.HeaderClassName
{
color: #5C8666;
}
.AnyTagClassName
{
color: #5C8666;
}
</style>
background-color css
<style>
a { background-color: #5C8666; }
a { background-color: rgb(92,134,102); }
div.DivClassName
{
background-color: #5C8666;
}
.BgClassName
{
background-color: #5C8666;
}
</style>
border-color css
<style>
span { border-color: #5C8666; }
span { border-color: rgb(92,134,102); }
td.TdClassName
{
border-color: #5C8666;
}
.TagClassName
{
border-color: #5C8666;
}
</style>