Shades of Laurel #6C8C6C
Tints of Laurel #6C8C6C
RGB
CMYK
RGB Variations
Color information
#6C8C6C (or 0x6C8C6C) is known color: Laurel. HEX triplet: 6C, 8C and 6C. RGB value is (108,140,108). Sum of RGB (Red+Green+Blue) = 108+140+108=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8C6C is #937393. Grayscale: #7E7E7E. Windows color (decimal): -9663380 or 7113836. OLE color: 7113836.
HSL color Cylindrical-coordinate representation of color #6C8C6C: hue angle of 120º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C8C6C is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 140 | 108 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.45 |
| HSL | 120º | 0.13% | 0.49% | - |
| HSV(B) | 120º | 0.23% | 0.55% | - |
| XYZ | 18.27 | 23.03 | 17.67 | - |
| YUV | 126.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 140 | 108 | 0.23 | 0 | 0.23 | 0.45 | 120 | 0.13 | 0.49 |
| Hex | 6C | 8C | 6C | 17 | 0 | 17 | 2D | 78 | D | 31 |
| Octal | 154 | 214 | 154 | 27 | 0 | 27 | 55 | 170 | 15 | 61 |
| Binary | 1101100 | 10001100 | 1101100 | 10111 | 0 | 10111 | 101101 | 1111000 | 1101 | 110001 |
Color Harmonies of #6C8C6C
Complementary color
Monochromatic Colors of #6C8C6C
Black with #6C8C6C
Text Example
Text Example
White with #6C8C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8C6C; }
p { color: rgb(108,140,108); }
H1.HeaderClassName
{
color: #6C8C6C;
}
.AnyTagClassName
{
color: #6C8C6C;
}
</style>
background-color css
<style>
a { background-color: #6C8C6C; }
a { background-color: rgb(108,140,108); }
div.DivClassName
{
background-color: #6C8C6C;
}
.BgClassName
{
background-color: #6C8C6C;
}
</style>
border-color css
<style>
span { border-color: #6C8C6C; }
span { border-color: rgb(108,140,108); }
td.TdClassName
{
border-color: #6C8C6C;
}
.TagClassName
{
border-color: #6C8C6C;
}
</style>