Shades of Laurel #6D8472
Tints of Laurel #6D8472
RGB
CMYK
RGB Variations
Color information
#6D8472 (or 0x6D8472) is known color: Laurel. HEX triplet: 6D, 84 and 72. RGB value is (109,132,114). Sum of RGB (Red+Green+Blue) = 109+132+114=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #6D8472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8472 is #927B8D. Grayscale: #7B7B7B. Windows color (decimal): -9599886 or 7505005. OLE color: 7505005.
HSL color Cylindrical-coordinate representation of color #6D8472: hue angle of 133.04º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D8472 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 132 | 114 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.48 |
| HSL | 133.04º | 0.1% | 0.47% | - |
| HSV(B) | 133.04º | 0.17% | 0.52% | - |
| XYZ | 17.6 | 20.97 | 19.04 | - |
| YUV | 123.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 132 | 114 | 0.17 | 0 | 0.14 | 0.48 | 133.04 | 0.1 | 0.47 |
| Hex | 6D | 84 | 72 | 11 | 0 | E | 30 | 85 | A | 2F |
| Octal | 155 | 204 | 162 | 21 | 0 | 16 | 60 | 205 | 12 | 57 |
| Binary | 1101101 | 10000100 | 1110010 | 10001 | 0 | 1110 | 110000 | 10000101 | 1010 | 101111 |
Color Harmonies of #6D8472
Complementary color
Monochromatic Colors of #6D8472
Black with #6D8472
Text Example
Text Example
White with #6D8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8472; }
p { color: rgb(109,132,114); }
H1.HeaderClassName
{
color: #6D8472;
}
.AnyTagClassName
{
color: #6D8472;
}
</style>
background-color css
<style>
a { background-color: #6D8472; }
a { background-color: rgb(109,132,114); }
div.DivClassName
{
background-color: #6D8472;
}
.BgClassName
{
background-color: #6D8472;
}
</style>
border-color css
<style>
span { border-color: #6D8472; }
span { border-color: rgb(109,132,114); }
td.TdClassName
{
border-color: #6D8472;
}
.TagClassName
{
border-color: #6D8472;
}
</style>