Shades of Laurel #6D9F6C
Tints of Laurel #6D9F6C
RGB
CMYK
RGB Variations
Color information
#6D9F6C (or 0x6D9F6C) is known color: Laurel. HEX triplet: 6D, 9F and 6C. RGB value is (109,159,108). Sum of RGB (Red+Green+Blue) = 109+159+108=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #6D9F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9F6C is #926093. Grayscale: #8A8A8A. Windows color (decimal): -9592980 or 7118701. OLE color: 7118701.
HSL color Cylindrical-coordinate representation of color #6D9F6C: hue angle of 118.82º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D9F6C is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 159 | 108 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.38 |
| HSL | 118.82º | 0.21% | 0.52% | - |
| HSV(B) | 118.82º | 0.32% | 0.62% | - |
| XYZ | 21.41 | 29.13 | 18.68 | - |
| YUV | 138.24 | 110.94 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 159 | 108 | 0.31 | 0 | 0.32 | 0.38 | 118.82 | 0.21 | 0.52 |
| Hex | 6D | 9F | 6C | 1F | 0 | 20 | 26 | 77 | 15 | 34 |
| Octal | 155 | 237 | 154 | 37 | 0 | 40 | 46 | 167 | 25 | 64 |
| Binary | 1101101 | 10011111 | 1101100 | 11111 | 0 | 100000 | 100110 | 1110111 | 10101 | 110100 |
Color Harmonies of #6D9F6C
Complementary color
Monochromatic Colors of #6D9F6C
Black with #6D9F6C
Text Example
Text Example
White with #6D9F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9F6C; }
p { color: rgb(109,159,108); }
H1.HeaderClassName
{
color: #6D9F6C;
}
.AnyTagClassName
{
color: #6D9F6C;
}
</style>
background-color css
<style>
a { background-color: #6D9F6C; }
a { background-color: rgb(109,159,108); }
div.DivClassName
{
background-color: #6D9F6C;
}
.BgClassName
{
background-color: #6D9F6C;
}
</style>
border-color css
<style>
span { border-color: #6D9F6C; }
span { border-color: rgb(109,159,108); }
td.TdClassName
{
border-color: #6D9F6C;
}
.TagClassName
{
border-color: #6D9F6C;
}
</style>