Shades of Laurel #6D996D
Tints of Laurel #6D996D
RGB
CMYK
RGB Variations
Color information
#6D996D (or 0x6D996D) is known color: Laurel. HEX triplet: 6D, 99 and 6D. RGB value is (109,153,109). Sum of RGB (Red+Green+Blue) = 109+153+109=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #6D996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D996D is #926692. Grayscale: #868686. Windows color (decimal): -9594515 or 7182701. OLE color: 7182701.
HSL color Cylindrical-coordinate representation of color #6D996D: hue angle of 120º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D996D is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 109 | 153 | 109 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.4 |
| HSL | 120º | 0.18% | 0.51% | - |
| HSV(B) | 120º | 0.29% | 0.6% | - |
| XYZ | 20.46 | 27.14 | 18.63 | - |
| YUV | 134.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 153 | 109 | 0.29 | 0 | 0.29 | 0.4 | 120 | 0.18 | 0.51 |
| Hex | 6D | 99 | 6D | 1D | 0 | 1D | 28 | 78 | 12 | 33 |
| Octal | 155 | 231 | 155 | 35 | 0 | 35 | 50 | 170 | 22 | 63 |
| Binary | 1101101 | 10011001 | 1101101 | 11101 | 0 | 11101 | 101000 | 1111000 | 10010 | 110011 |
Color Harmonies of #6D996D
Complementary color
Monochromatic Colors of #6D996D
Black with #6D996D
Text Example
Text Example
White with #6D996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D996D; }
p { color: rgb(109,153,109); }
H1.HeaderClassName
{
color: #6D996D;
}
.AnyTagClassName
{
color: #6D996D;
}
</style>
background-color css
<style>
a { background-color: #6D996D; }
a { background-color: rgb(109,153,109); }
div.DivClassName
{
background-color: #6D996D;
}
.BgClassName
{
background-color: #6D996D;
}
</style>
border-color css
<style>
span { border-color: #6D996D; }
span { border-color: rgb(109,153,109); }
td.TdClassName
{
border-color: #6D996D;
}
.TagClassName
{
border-color: #6D996D;
}
</style>