Shades of Laurel #6D9A6C
Tints of Laurel #6D9A6C
RGB
CMYK
RGB Variations
Color information
#6D9A6C (or 0x6D9A6C) is known color: Laurel. HEX triplet: 6D, 9A and 6C. RGB value is (109,154,108). Sum of RGB (Red+Green+Blue) = 109+154+108=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #6D9A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9A6C is #926593. Grayscale: #878787. Windows color (decimal): -9594260 or 7117421. OLE color: 7117421.
HSL color Cylindrical-coordinate representation of color #6D9A6C: hue angle of 118.7º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9A6C is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 154 | 108 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.40 |
| HSL | 118.7º | 0.19% | 0.51% | - |
| HSV(B) | 118.7º | 0.3% | 0.6% | - |
| XYZ | 20.57 | 27.45 | 18.4 | - |
| YUV | 135.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 108 | 0.29 | 0 | 0.30 | 0.40 | 118.7 | 0.19 | 0.51 |
| Hex | 6D | 9A | 6C | 1D | 0 | 1E | 28 | 77 | 13 | 33 |
| Octal | 155 | 232 | 154 | 35 | 0 | 36 | 50 | 167 | 23 | 63 |
| Binary | 1101101 | 10011010 | 1101100 | 11101 | 0 | 11110 | 101000 | 1110111 | 10011 | 110011 |
Color Harmonies of #6D9A6C
Complementary color
Monochromatic Colors of #6D9A6C
Black with #6D9A6C
Text Example
Text Example
White with #6D9A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9A6C; }
p { color: rgb(109,154,108); }
H1.HeaderClassName
{
color: #6D9A6C;
}
.AnyTagClassName
{
color: #6D9A6C;
}
</style>
background-color css
<style>
a { background-color: #6D9A6C; }
a { background-color: rgb(109,154,108); }
div.DivClassName
{
background-color: #6D9A6C;
}
.BgClassName
{
background-color: #6D9A6C;
}
</style>
border-color css
<style>
span { border-color: #6D9A6C; }
span { border-color: rgb(109,154,108); }
td.TdClassName
{
border-color: #6D9A6C;
}
.TagClassName
{
border-color: #6D9A6C;
}
</style>