Shades of Laurel #6D8671
Tints of Laurel #6D8671
RGB
CMYK
RGB Variations
Color information
#6D8671 (or 0x6D8671) is known color: Laurel. HEX triplet: 6D, 86 and 71. RGB value is (109,134,113). Sum of RGB (Red+Green+Blue) = 109+134+113=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #6D8671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8671 is #92798E. Grayscale: #7C7C7C. Windows color (decimal): -9599375 or 7439981. OLE color: 7439981.
HSL color Cylindrical-coordinate representation of color #6D8671: hue angle of 129.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D8671 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 134 | 113 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.47 |
| HSL | 129.6º | 0.1% | 0.48% | - |
| HSV(B) | 129.6º | 0.19% | 0.53% | - |
| XYZ | 17.81 | 21.49 | 18.83 | - |
| YUV | 124.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 134 | 113 | 0.19 | 0 | 0.16 | 0.47 | 129.6 | 0.1 | 0.48 |
| Hex | 6D | 86 | 71 | 13 | 0 | 10 | 2F | 82 | A | 30 |
| Octal | 155 | 206 | 161 | 23 | 0 | 20 | 57 | 202 | 12 | 60 |
| Binary | 1101101 | 10000110 | 1110001 | 10011 | 0 | 10000 | 101111 | 10000010 | 1010 | 110000 |
Color Harmonies of #6D8671
Complementary color
Monochromatic Colors of #6D8671
Black with #6D8671
Text Example
Text Example
White with #6D8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8671; }
p { color: rgb(109,134,113); }
H1.HeaderClassName
{
color: #6D8671;
}
.AnyTagClassName
{
color: #6D8671;
}
</style>
background-color css
<style>
a { background-color: #6D8671; }
a { background-color: rgb(109,134,113); }
div.DivClassName
{
background-color: #6D8671;
}
.BgClassName
{
background-color: #6D8671;
}
</style>
border-color css
<style>
span { border-color: #6D8671; }
span { border-color: rgb(109,134,113); }
td.TdClassName
{
border-color: #6D8671;
}
.TagClassName
{
border-color: #6D8671;
}
</style>