Shades of Laurel #6C7B6C
Tints of Laurel #6C7B6C
RGB
CMYK
RGB Variations
Color information
#6C7B6C (or 0x6C7B6C) is known color: Laurel. HEX triplet: 6C, 7B and 6C. RGB value is (108,123,108). Sum of RGB (Red+Green+Blue) = 108+123+108=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 123 - color contains mainly: green. Hex color #6C7B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7B6C is #938493. Grayscale: #747474. Windows color (decimal): -9667732 or 7109484. OLE color: 7109484.
HSL color Cylindrical-coordinate representation of color #6C7B6C: hue angle of 120º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C7B6C is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 123 | 108 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.52 |
| HSL | 120º | 0.06% | 0.45% | - |
| HSV(B) | 120º | 0.12% | 0.48% | - |
| XYZ | 15.97 | 18.44 | 16.9 | - |
| YUV | 116.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 108 | 0.12 | 0 | 0.12 | 0.52 | 120 | 0.06 | 0.45 |
| Hex | 6C | 7B | 6C | C | 0 | C | 34 | 78 | 6 | 2D |
| Octal | 154 | 173 | 154 | 14 | 0 | 14 | 64 | 170 | 6 | 55 |
| Binary | 1101100 | 1111011 | 1101100 | 1100 | 0 | 1100 | 110100 | 1111000 | 110 | 101101 |
Color Harmonies of #6C7B6C
Complementary color
Monochromatic Colors of #6C7B6C
Black with #6C7B6C
Text Example
Text Example
White with #6C7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7B6C; }
p { color: rgb(108,123,108); }
H1.HeaderClassName
{
color: #6C7B6C;
}
.AnyTagClassName
{
color: #6C7B6C;
}
</style>
background-color css
<style>
a { background-color: #6C7B6C; }
a { background-color: rgb(108,123,108); }
div.DivClassName
{
background-color: #6C7B6C;
}
.BgClassName
{
background-color: #6C7B6C;
}
</style>
border-color css
<style>
span { border-color: #6C7B6C; }
span { border-color: rgb(108,123,108); }
td.TdClassName
{
border-color: #6C7B6C;
}
.TagClassName
{
border-color: #6C7B6C;
}
</style>