Shades of Laurel #6C8E6D
Tints of Laurel #6C8E6D
RGB
CMYK
RGB Variations
Color information
#6C8E6D (or 0x6C8E6D) is known color: Laurel. HEX triplet: 6C, 8E and 6D. RGB value is (108,142,109). Sum of RGB (Red+Green+Blue) = 108+142+109=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8E6D is #937192. Grayscale: #808080. Windows color (decimal): -9662867 or 7179884. OLE color: 7179884.
HSL color Cylindrical-coordinate representation of color #6C8E6D: hue angle of 121.76º 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 #6C8E6D is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 142 | 109 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.44 |
| HSL | 121.76º | 0.14% | 0.49% | - |
| HSV(B) | 121.76º | 0.24% | 0.56% | - |
| XYZ | 18.62 | 23.64 | 18.05 | - |
| YUV | 128.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 142 | 109 | 0.24 | 0 | 0.23 | 0.44 | 121.76 | 0.14 | 0.49 |
| Hex | 6C | 8E | 6D | 18 | 0 | 17 | 2C | 7A | E | 31 |
| Octal | 154 | 216 | 155 | 30 | 0 | 27 | 54 | 172 | 16 | 61 |
| Binary | 1101100 | 10001110 | 1101101 | 11000 | 0 | 10111 | 101100 | 1111010 | 1110 | 110001 |
Color Harmonies of #6C8E6D
Complementary color
Monochromatic Colors of #6C8E6D
Black with #6C8E6D
Text Example
Text Example
White with #6C8E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8E6D; }
p { color: rgb(108,142,109); }
H1.HeaderClassName
{
color: #6C8E6D;
}
.AnyTagClassName
{
color: #6C8E6D;
}
</style>
background-color css
<style>
a { background-color: #6C8E6D; }
a { background-color: rgb(108,142,109); }
div.DivClassName
{
background-color: #6C8E6D;
}
.BgClassName
{
background-color: #6C8E6D;
}
</style>
border-color css
<style>
span { border-color: #6C8E6D; }
span { border-color: rgb(108,142,109); }
td.TdClassName
{
border-color: #6C8E6D;
}
.TagClassName
{
border-color: #6C8E6D;
}
</style>