Shades of Laurel #6F8E76
Tints of Laurel #6F8E76
RGB
CMYK
RGB Variations
Color information
#6F8E76 (or 0x6F8E76) is known color: Laurel. HEX triplet: 6F, 8E and 76. RGB value is (111,142,118). Sum of RGB (Red+Green+Blue) = 111+142+118=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8E76 is #907189. Grayscale: #828282. Windows color (decimal): -9466250 or 7769711. OLE color: 7769711.
HSL color Cylindrical-coordinate representation of color #6F8E76: hue angle of 133.55º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8E76 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 118 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.44 |
| HSL | 133.55º | 0.12% | 0.5% | - |
| HSV(B) | 133.55º | 0.22% | 0.56% | - |
| XYZ | 19.5 | 24.03 | 20.75 | - |
| YUV | 130 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 118 | 0.22 | 0 | 0.17 | 0.44 | 133.55 | 0.12 | 0.5 |
| Hex | 6F | 8E | 76 | 16 | 0 | 11 | 2C | 86 | C | 32 |
| Octal | 157 | 216 | 166 | 26 | 0 | 21 | 54 | 206 | 14 | 62 |
| Binary | 1101111 | 10001110 | 1110110 | 10110 | 0 | 10001 | 101100 | 10000110 | 1100 | 110010 |
Color Harmonies of #6F8E76
Complementary color
Monochromatic Colors of #6F8E76
Black with #6F8E76
Text Example
Text Example
White with #6F8E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E76; }
p { color: rgb(111,142,118); }
H1.HeaderClassName
{
color: #6F8E76;
}
.AnyTagClassName
{
color: #6F8E76;
}
</style>
background-color css
<style>
a { background-color: #6F8E76; }
a { background-color: rgb(111,142,118); }
div.DivClassName
{
background-color: #6F8E76;
}
.BgClassName
{
background-color: #6F8E76;
}
</style>
border-color css
<style>
span { border-color: #6F8E76; }
span { border-color: rgb(111,142,118); }
td.TdClassName
{
border-color: #6F8E76;
}
.TagClassName
{
border-color: #6F8E76;
}
</style>