Shades of Laurel #6D8E72
Tints of Laurel #6D8E72
RGB
CMYK
RGB Variations
Color information
#6D8E72 (or 0x6D8E72) is known color: Laurel. HEX triplet: 6D, 8E and 72. RGB value is (109,142,114). Sum of RGB (Red+Green+Blue) = 109+142+114=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8E72 is #92718D. Grayscale: #818181. Windows color (decimal): -9597326 or 7507565. OLE color: 7507565.
HSL color Cylindrical-coordinate representation of color #6D8E72: hue angle of 129.09º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D8E72 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 142 | 114 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.44 |
| HSL | 129.09º | 0.13% | 0.49% | - |
| HSV(B) | 129.09º | 0.23% | 0.56% | - |
| XYZ | 19.02 | 23.81 | 19.51 | - |
| YUV | 128.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 142 | 114 | 0.23 | 0 | 0.20 | 0.44 | 129.09 | 0.13 | 0.49 |
| Hex | 6D | 8E | 72 | 17 | 0 | 14 | 2C | 81 | D | 31 |
| Octal | 155 | 216 | 162 | 27 | 0 | 24 | 54 | 201 | 15 | 61 |
| Binary | 1101101 | 10001110 | 1110010 | 10111 | 0 | 10100 | 101100 | 10000001 | 1101 | 110001 |
Color Harmonies of #6D8E72
Complementary color
Monochromatic Colors of #6D8E72
Black with #6D8E72
Text Example
Text Example
White with #6D8E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8E72; }
p { color: rgb(109,142,114); }
H1.HeaderClassName
{
color: #6D8E72;
}
.AnyTagClassName
{
color: #6D8E72;
}
</style>
background-color css
<style>
a { background-color: #6D8E72; }
a { background-color: rgb(109,142,114); }
div.DivClassName
{
background-color: #6D8E72;
}
.BgClassName
{
background-color: #6D8E72;
}
</style>
border-color css
<style>
span { border-color: #6D8E72; }
span { border-color: rgb(109,142,114); }
td.TdClassName
{
border-color: #6D8E72;
}
.TagClassName
{
border-color: #6D8E72;
}
</style>