Shades of Laurel #6C786C
Tints of Laurel #6C786C
RGB
CMYK
RGB Variations
Color information
#6C786C (or 0x6C786C) is known color: Laurel. HEX triplet: 6C, 78 and 6C. RGB value is (108,120,108). Sum of RGB (Red+Green+Blue) = 108+120+108=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #6C786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C786C is #938793. Grayscale: #737373. Windows color (decimal): -9668500 or 7108716. OLE color: 7108716.
HSL color Cylindrical-coordinate representation of color #6C786C: hue angle of 120º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6C786C is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 120 | 108 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.53 |
| HSL | 120º | 0.05% | 0.45% | - |
| HSV(B) | 120º | 0.1% | 0.47% | - |
| XYZ | 15.61 | 17.7 | 16.78 | - |
| YUV | 115.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 120 | 108 | 0.10 | 0 | 0.10 | 0.53 | 120 | 0.05 | 0.45 |
| Hex | 6C | 78 | 6C | A | 0 | A | 35 | 78 | 5 | 2D |
| Octal | 154 | 170 | 154 | 12 | 0 | 12 | 65 | 170 | 5 | 55 |
| Binary | 1101100 | 1111000 | 1101100 | 1010 | 0 | 1010 | 110101 | 1111000 | 101 | 101101 |
Color Harmonies of #6C786C
Complementary color
Monochromatic Colors of #6C786C
Black with #6C786C
Text Example
Text Example
White with #6C786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C786C; }
p { color: rgb(108,120,108); }
H1.HeaderClassName
{
color: #6C786C;
}
.AnyTagClassName
{
color: #6C786C;
}
</style>
background-color css
<style>
a { background-color: #6C786C; }
a { background-color: rgb(108,120,108); }
div.DivClassName
{
background-color: #6C786C;
}
.BgClassName
{
background-color: #6C786C;
}
</style>
border-color css
<style>
span { border-color: #6C786C; }
span { border-color: rgb(108,120,108); }
td.TdClassName
{
border-color: #6C786C;
}
.TagClassName
{
border-color: #6C786C;
}
</style>