Shades of Laurel #6D7F70
Tints of Laurel #6D7F70
RGB
CMYK
RGB Variations
Color information
#6D7F70 (or 0x6D7F70) is known color: Laurel. HEX triplet: 6D, 7F and 70. RGB value is (109,127,112). Sum of RGB (Red+Green+Blue) = 109+127+112=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 127 - color contains mainly: green. Hex color #6D7F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7F70 is #92808F. Grayscale: #777777. Windows color (decimal): -9601168 or 7372653. OLE color: 7372653.
HSL color Cylindrical-coordinate representation of color #6D7F70: hue angle of 130º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D7F70 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 127 | 112 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.50 |
| HSL | 130º | 0.08% | 0.46% | - |
| HSV(B) | 130º | 0.14% | 0.5% | - |
| XYZ | 16.82 | 19.6 | 18.23 | - |
| YUV | 119.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 127 | 112 | 0.14 | 0 | 0.12 | 0.50 | 130 | 0.08 | 0.46 |
| Hex | 6D | 7F | 70 | E | 0 | C | 32 | 82 | 8 | 2E |
| Octal | 155 | 177 | 160 | 16 | 0 | 14 | 62 | 202 | 10 | 56 |
| Binary | 1101101 | 1111111 | 1110000 | 1110 | 0 | 1100 | 110010 | 10000010 | 1000 | 101110 |
Color Harmonies of #6D7F70
Complementary color
Monochromatic Colors of #6D7F70
Black with #6D7F70
Text Example
Text Example
White with #6D7F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7F70; }
p { color: rgb(109,127,112); }
H1.HeaderClassName
{
color: #6D7F70;
}
.AnyTagClassName
{
color: #6D7F70;
}
</style>
background-color css
<style>
a { background-color: #6D7F70; }
a { background-color: rgb(109,127,112); }
div.DivClassName
{
background-color: #6D7F70;
}
.BgClassName
{
background-color: #6D7F70;
}
</style>
border-color css
<style>
span { border-color: #6D7F70; }
span { border-color: rgb(109,127,112); }
td.TdClassName
{
border-color: #6D7F70;
}
.TagClassName
{
border-color: #6D7F70;
}
</style>