Shades of Laurel #6E9D6D
Tints of Laurel #6E9D6D
RGB
CMYK
RGB Variations
Color information
#6E9D6D (or 0x6E9D6D) is known color: Laurel. HEX triplet: 6E, 9D and 6D. RGB value is (110,157,109). Sum of RGB (Red+Green+Blue) = 110+157+109=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #6E9D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9D6D is #916292. Grayscale: #898989. Windows color (decimal): -9527955 or 7183726. OLE color: 7183726.
HSL color Cylindrical-coordinate representation of color #6E9D6D: hue angle of 118.75º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E9D6D is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 157 | 109 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.38 |
| HSL | 118.75º | 0.2% | 0.52% | - |
| HSV(B) | 118.75º | 0.31% | 0.62% | - |
| XYZ | 21.25 | 28.53 | 18.86 | - |
| YUV | 137.48 | 111.93 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 157 | 109 | 0.30 | 0 | 0.31 | 0.38 | 118.75 | 0.2 | 0.52 |
| Hex | 6E | 9D | 6D | 1E | 0 | 1F | 26 | 77 | 14 | 34 |
| Octal | 156 | 235 | 155 | 36 | 0 | 37 | 46 | 167 | 24 | 64 |
| Binary | 1101110 | 10011101 | 1101101 | 11110 | 0 | 11111 | 100110 | 1110111 | 10100 | 110100 |
Color Harmonies of #6E9D6D
Complementary color
Monochromatic Colors of #6E9D6D
Black with #6E9D6D
Text Example
Text Example
White with #6E9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9D6D; }
p { color: rgb(110,157,109); }
H1.HeaderClassName
{
color: #6E9D6D;
}
.AnyTagClassName
{
color: #6E9D6D;
}
</style>
background-color css
<style>
a { background-color: #6E9D6D; }
a { background-color: rgb(110,157,109); }
div.DivClassName
{
background-color: #6E9D6D;
}
.BgClassName
{
background-color: #6E9D6D;
}
</style>
border-color css
<style>
span { border-color: #6E9D6D; }
span { border-color: rgb(110,157,109); }
td.TdClassName
{
border-color: #6E9D6D;
}
.TagClassName
{
border-color: #6E9D6D;
}
</style>