Shades of Laurel #6F8D6F
Tints of Laurel #6F8D6F
RGB
CMYK
RGB Variations
Color information
#6F8D6F (or 0x6F8D6F) is known color: Laurel. HEX triplet: 6F, 8D and 6F. RGB value is (111,141,111). Sum of RGB (Red+Green+Blue) = 111+141+111=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8D6F is #907290. Grayscale: #808080. Windows color (decimal): -9466513 or 7310703. OLE color: 7310703.
HSL color Cylindrical-coordinate representation of color #6F8D6F: hue angle of 120º 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 #6F8D6F is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 141 | 111 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.45 |
| HSL | 120º | 0.12% | 0.49% | - |
| HSV(B) | 120º | 0.21% | 0.55% | - |
| XYZ | 18.95 | 23.58 | 18.59 | - |
| YUV | 128.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 141 | 111 | 0.21 | 0 | 0.21 | 0.45 | 120 | 0.12 | 0.49 |
| Hex | 6F | 8D | 6F | 15 | 0 | 15 | 2D | 78 | C | 31 |
| Octal | 157 | 215 | 157 | 25 | 0 | 25 | 55 | 170 | 14 | 61 |
| Binary | 1101111 | 10001101 | 1101111 | 10101 | 0 | 10101 | 101101 | 1111000 | 1100 | 110001 |
Color Harmonies of #6F8D6F
Complementary color
Monochromatic Colors of #6F8D6F
Black with #6F8D6F
Text Example
Text Example
White with #6F8D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8D6F; }
p { color: rgb(111,141,111); }
H1.HeaderClassName
{
color: #6F8D6F;
}
.AnyTagClassName
{
color: #6F8D6F;
}
</style>
background-color css
<style>
a { background-color: #6F8D6F; }
a { background-color: rgb(111,141,111); }
div.DivClassName
{
background-color: #6F8D6F;
}
.BgClassName
{
background-color: #6F8D6F;
}
</style>
border-color css
<style>
span { border-color: #6F8D6F; }
span { border-color: rgb(111,141,111); }
td.TdClassName
{
border-color: #6F8D6F;
}
.TagClassName
{
border-color: #6F8D6F;
}
</style>