Shades of Laurel #6D8770
Tints of Laurel #6D8770
RGB
CMYK
RGB Variations
Color information
#6D8770 (or 0x6D8770) is known color: Laurel. HEX triplet: 6D, 87 and 70. RGB value is (109,135,112). Sum of RGB (Red+Green+Blue) = 109+135+112=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8770 is #92788F. Grayscale: #7C7C7C. Windows color (decimal): -9599120 or 7374701. OLE color: 7374701.
HSL color Cylindrical-coordinate representation of color #6D8770: hue angle of 126.92º degrees, saturation: 0.11, 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 #6D8770 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 112 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.47 |
| HSL | 126.92º | 0.11% | 0.48% | - |
| HSV(B) | 126.92º | 0.19% | 0.53% | - |
| XYZ | 17.9 | 21.75 | 18.58 | - |
| YUV | 124.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 112 | 0.19 | 0 | 0.17 | 0.47 | 126.92 | 0.11 | 0.48 |
| Hex | 6D | 87 | 70 | 13 | 0 | 11 | 2F | 7F | B | 30 |
| Octal | 155 | 207 | 160 | 23 | 0 | 21 | 57 | 177 | 13 | 60 |
| Binary | 1101101 | 10000111 | 1110000 | 10011 | 0 | 10001 | 101111 | 1111111 | 1011 | 110000 |
Color Harmonies of #6D8770
Complementary color
Monochromatic Colors of #6D8770
Black with #6D8770
Text Example
Text Example
White with #6D8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8770; }
p { color: rgb(109,135,112); }
H1.HeaderClassName
{
color: #6D8770;
}
.AnyTagClassName
{
color: #6D8770;
}
</style>
background-color css
<style>
a { background-color: #6D8770; }
a { background-color: rgb(109,135,112); }
div.DivClassName
{
background-color: #6D8770;
}
.BgClassName
{
background-color: #6D8770;
}
</style>
border-color css
<style>
span { border-color: #6D8770; }
span { border-color: rgb(109,135,112); }
td.TdClassName
{
border-color: #6D8770;
}
.TagClassName
{
border-color: #6D8770;
}
</style>