Shades of Laurel #6D9D6D
Tints of Laurel #6D9D6D
RGB
CMYK
RGB Variations
Color information
#6D9D6D (or 0x6D9D6D) is known color: Laurel. HEX triplet: 6D, 9D and 6D. RGB value is (109,157,109). Sum of RGB (Red+Green+Blue) = 109+157+109=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #6D9D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9D6D is #926292. Grayscale: #898989. Windows color (decimal): -9593491 or 7183725. OLE color: 7183725.
HSL color Cylindrical-coordinate representation of color #6D9D6D: hue angle of 120º 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 #6D9D6D is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 157 | 109 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.38 |
| HSL | 120º | 0.2% | 0.52% | - |
| HSV(B) | 120º | 0.31% | 0.62% | - |
| XYZ | 21.12 | 28.47 | 18.85 | - |
| YUV | 137.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 157 | 109 | 0.31 | 0 | 0.31 | 0.38 | 120 | 0.2 | 0.52 |
| Hex | 6D | 9D | 6D | 1F | 0 | 1F | 26 | 78 | 14 | 34 |
| Octal | 155 | 235 | 155 | 37 | 0 | 37 | 46 | 170 | 24 | 64 |
| Binary | 1101101 | 10011101 | 1101101 | 11111 | 0 | 11111 | 100110 | 1111000 | 10100 | 110100 |
Color Harmonies of #6D9D6D
Complementary color
Monochromatic Colors of #6D9D6D
Black with #6D9D6D
Text Example
Text Example
White with #6D9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9D6D; }
p { color: rgb(109,157,109); }
H1.HeaderClassName
{
color: #6D9D6D;
}
.AnyTagClassName
{
color: #6D9D6D;
}
</style>
background-color css
<style>
a { background-color: #6D9D6D; }
a { background-color: rgb(109,157,109); }
div.DivClassName
{
background-color: #6D9D6D;
}
.BgClassName
{
background-color: #6D9D6D;
}
</style>
border-color css
<style>
span { border-color: #6D9D6D; }
span { border-color: rgb(109,157,109); }
td.TdClassName
{
border-color: #6D9D6D;
}
.TagClassName
{
border-color: #6D9D6D;
}
</style>