Shades of Laurel #6C7C6C
Tints of Laurel #6C7C6C
RGB
CMYK
RGB Variations
Color information
#6C7C6C (or 0x6C7C6C) is known color: Laurel. HEX triplet: 6C, 7C and 6C. RGB value is (108,124,108). Sum of RGB (Red+Green+Blue) = 108+124+108=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7C6C is #938393. Grayscale: #757575. Windows color (decimal): -9667476 or 7109740. OLE color: 7109740.
HSL color Cylindrical-coordinate representation of color #6C7C6C: hue angle of 120º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C7C6C is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 124 | 108 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.51 |
| HSL | 120º | 0.07% | 0.45% | - |
| HSV(B) | 120º | 0.13% | 0.49% | - |
| XYZ | 16.1 | 18.69 | 16.95 | - |
| YUV | 117.39 | 122.7 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 124 | 108 | 0.13 | 0 | 0.13 | 0.51 | 120 | 0.07 | 0.45 |
| Hex | 6C | 7C | 6C | D | 0 | D | 33 | 78 | 7 | 2D |
| Octal | 154 | 174 | 154 | 15 | 0 | 15 | 63 | 170 | 7 | 55 |
| Binary | 1101100 | 1111100 | 1101100 | 1101 | 0 | 1101 | 110011 | 1111000 | 111 | 101101 |
Color Harmonies of #6C7C6C
Complementary color
Monochromatic Colors of #6C7C6C
Black with #6C7C6C
Text Example
Text Example
White with #6C7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7C6C; }
p { color: rgb(108,124,108); }
H1.HeaderClassName
{
color: #6C7C6C;
}
.AnyTagClassName
{
color: #6C7C6C;
}
</style>
background-color css
<style>
a { background-color: #6C7C6C; }
a { background-color: rgb(108,124,108); }
div.DivClassName
{
background-color: #6C7C6C;
}
.BgClassName
{
background-color: #6C7C6C;
}
</style>
border-color css
<style>
span { border-color: #6C7C6C; }
span { border-color: rgb(108,124,108); }
td.TdClassName
{
border-color: #6C7C6C;
}
.TagClassName
{
border-color: #6C7C6C;
}
</style>