Shades of Laurel #6F8D76
Tints of Laurel #6F8D76
RGB
CMYK
RGB Variations
Color information
#6F8D76 (or 0x6F8D76) is known color: Laurel. HEX triplet: 6F, 8D and 76. RGB value is (111,141,118). Sum of RGB (Red+Green+Blue) = 111+141+118=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8D76 is #907289. Grayscale: #818181. Windows color (decimal): -9466506 or 7769455. OLE color: 7769455.
HSL color Cylindrical-coordinate representation of color #6F8D76: hue angle of 134º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F8D76 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 141 | 118 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.45 |
| HSL | 134º | 0.12% | 0.49% | - |
| HSV(B) | 134º | 0.21% | 0.55% | - |
| XYZ | 19.35 | 23.74 | 20.7 | - |
| YUV | 129.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 141 | 118 | 0.21 | 0 | 0.16 | 0.45 | 134 | 0.12 | 0.49 |
| Hex | 6F | 8D | 76 | 15 | 0 | 10 | 2D | 86 | C | 31 |
| Octal | 157 | 215 | 166 | 25 | 0 | 20 | 55 | 206 | 14 | 61 |
| Binary | 1101111 | 10001101 | 1110110 | 10101 | 0 | 10000 | 101101 | 10000110 | 1100 | 110001 |
Color Harmonies of #6F8D76
Complementary color
Monochromatic Colors of #6F8D76
Black with #6F8D76
Text Example
Text Example
White with #6F8D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8D76; }
p { color: rgb(111,141,118); }
H1.HeaderClassName
{
color: #6F8D76;
}
.AnyTagClassName
{
color: #6F8D76;
}
</style>
background-color css
<style>
a { background-color: #6F8D76; }
a { background-color: rgb(111,141,118); }
div.DivClassName
{
background-color: #6F8D76;
}
.BgClassName
{
background-color: #6F8D76;
}
</style>
border-color css
<style>
span { border-color: #6F8D76; }
span { border-color: rgb(111,141,118); }
td.TdClassName
{
border-color: #6F8D76;
}
.TagClassName
{
border-color: #6F8D76;
}
</style>