Shades of Laurel #6D8572
Tints of Laurel #6D8572
RGB
CMYK
RGB Variations
Color information
#6D8572 (or 0x6D8572) is known color: Laurel. HEX triplet: 6D, 85 and 72. RGB value is (109,133,114). Sum of RGB (Red+Green+Blue) = 109+133+114=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8572 is #927A8D. Grayscale: #7B7B7B. Windows color (decimal): -9599630 or 7505261. OLE color: 7505261.
HSL color Cylindrical-coordinate representation of color #6D8572: hue angle of 132.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D8572 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 133 | 114 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.48 |
| HSL | 132.5º | 0.1% | 0.47% | - |
| HSV(B) | 132.5º | 0.18% | 0.52% | - |
| XYZ | 17.73 | 21.24 | 19.09 | - |
| YUV | 123.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 114 | 0.18 | 0 | 0.14 | 0.48 | 132.5 | 0.1 | 0.47 |
| Hex | 6D | 85 | 72 | 12 | 0 | E | 30 | 84 | A | 2F |
| Octal | 155 | 205 | 162 | 22 | 0 | 16 | 60 | 204 | 12 | 57 |
| Binary | 1101101 | 10000101 | 1110010 | 10010 | 0 | 1110 | 110000 | 10000100 | 1010 | 101111 |
Color Harmonies of #6D8572
Complementary color
Monochromatic Colors of #6D8572
Black with #6D8572
Text Example
Text Example
White with #6D8572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8572; }
p { color: rgb(109,133,114); }
H1.HeaderClassName
{
color: #6D8572;
}
.AnyTagClassName
{
color: #6D8572;
}
</style>
background-color css
<style>
a { background-color: #6D8572; }
a { background-color: rgb(109,133,114); }
div.DivClassName
{
background-color: #6D8572;
}
.BgClassName
{
background-color: #6D8572;
}
</style>
border-color css
<style>
span { border-color: #6D8572; }
span { border-color: rgb(109,133,114); }
td.TdClassName
{
border-color: #6D8572;
}
.TagClassName
{
border-color: #6D8572;
}
</style>