Shades of Laurel #6D8B73
Tints of Laurel #6D8B73
RGB
CMYK
RGB Variations
Color information
#6D8B73 (or 0x6D8B73) is known color: Laurel. HEX triplet: 6D, 8B and 73. RGB value is (109,139,115). Sum of RGB (Red+Green+Blue) = 109+139+115=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8B73 is #92748C. Grayscale: #7F7F7F. Windows color (decimal): -9598093 or 7572333. OLE color: 7572333.
HSL color Cylindrical-coordinate representation of color #6D8B73: hue angle of 132º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D8B73 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 139 | 115 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.45 |
| HSL | 132º | 0.12% | 0.49% | - |
| HSV(B) | 132º | 0.22% | 0.55% | - |
| XYZ | 18.63 | 22.95 | 19.67 | - |
| YUV | 127.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 115 | 0.22 | 0 | 0.17 | 0.45 | 132 | 0.12 | 0.49 |
| Hex | 6D | 8B | 73 | 16 | 0 | 11 | 2D | 84 | C | 31 |
| Octal | 155 | 213 | 163 | 26 | 0 | 21 | 55 | 204 | 14 | 61 |
| Binary | 1101101 | 10001011 | 1110011 | 10110 | 0 | 10001 | 101101 | 10000100 | 1100 | 110001 |
Color Harmonies of #6D8B73
Complementary color
Monochromatic Colors of #6D8B73
Black with #6D8B73
Text Example
Text Example
White with #6D8B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8B73; }
p { color: rgb(109,139,115); }
H1.HeaderClassName
{
color: #6D8B73;
}
.AnyTagClassName
{
color: #6D8B73;
}
</style>
background-color css
<style>
a { background-color: #6D8B73; }
a { background-color: rgb(109,139,115); }
div.DivClassName
{
background-color: #6D8B73;
}
.BgClassName
{
background-color: #6D8B73;
}
</style>
border-color css
<style>
span { border-color: #6D8B73; }
span { border-color: rgb(109,139,115); }
td.TdClassName
{
border-color: #6D8B73;
}
.TagClassName
{
border-color: #6D8B73;
}
</style>