Shades of Laurel #6D8E6C
Tints of Laurel #6D8E6C
RGB
CMYK
RGB Variations
Color information
#6D8E6C (or 0x6D8E6C) is known color: Laurel. HEX triplet: 6D, 8E and 6C. RGB value is (109,142,108). Sum of RGB (Red+Green+Blue) = 109+142+108=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8E6C is #927193. Grayscale: #808080. Windows color (decimal): -9597332 or 7114349. OLE color: 7114349.
HSL color Cylindrical-coordinate representation of color #6D8E6C: hue angle of 118.24º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D8E6C is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 142 | 108 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.44 |
| HSL | 118.24º | 0.14% | 0.49% | - |
| HSV(B) | 118.24º | 0.24% | 0.56% | - |
| XYZ | 18.69 | 23.68 | 17.77 | - |
| YUV | 128.26 | 116.57 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 142 | 108 | 0.23 | 0 | 0.24 | 0.44 | 118.24 | 0.14 | 0.49 |
| Hex | 6D | 8E | 6C | 17 | 0 | 18 | 2C | 76 | E | 31 |
| Octal | 155 | 216 | 154 | 27 | 0 | 30 | 54 | 166 | 16 | 61 |
| Binary | 1101101 | 10001110 | 1101100 | 10111 | 0 | 11000 | 101100 | 1110110 | 1110 | 110001 |
Color Harmonies of #6D8E6C
Complementary color
Monochromatic Colors of #6D8E6C
Black with #6D8E6C
Text Example
Text Example
White with #6D8E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8E6C; }
p { color: rgb(109,142,108); }
H1.HeaderClassName
{
color: #6D8E6C;
}
.AnyTagClassName
{
color: #6D8E6C;
}
</style>
background-color css
<style>
a { background-color: #6D8E6C; }
a { background-color: rgb(109,142,108); }
div.DivClassName
{
background-color: #6D8E6C;
}
.BgClassName
{
background-color: #6D8E6C;
}
</style>
border-color css
<style>
span { border-color: #6D8E6C; }
span { border-color: rgb(109,142,108); }
td.TdClassName
{
border-color: #6D8E6C;
}
.TagClassName
{
border-color: #6D8E6C;
}
</style>