Shades of Laurel #6B8D6C
Tints of Laurel #6B8D6C
RGB
CMYK
RGB Variations
Color information
#6B8D6C (or 0x6B8D6C) is known color: Laurel. HEX triplet: 6B, 8D and 6C. RGB value is (107,141,108). Sum of RGB (Red+Green+Blue) = 107+141+108=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8D6C is #947293. Grayscale: #7F7F7F. Windows color (decimal): -9728660 or 7114091. OLE color: 7114091.
HSL color Cylindrical-coordinate representation of color #6B8D6C: hue angle of 121.76º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B8D6C is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 141 | 108 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.45 |
| HSL | 121.76º | 0.14% | 0.49% | - |
| HSV(B) | 121.76º | 0.24% | 0.55% | - |
| XYZ | 18.3 | 23.26 | 17.71 | - |
| YUV | 127.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 108 | 0.24 | 0 | 0.23 | 0.45 | 121.76 | 0.14 | 0.49 |
| Hex | 6B | 8D | 6C | 18 | 0 | 17 | 2D | 7A | E | 31 |
| Octal | 153 | 215 | 154 | 30 | 0 | 27 | 55 | 172 | 16 | 61 |
| Binary | 1101011 | 10001101 | 1101100 | 11000 | 0 | 10111 | 101101 | 1111010 | 1110 | 110001 |
Color Harmonies of #6B8D6C
Complementary color
Monochromatic Colors of #6B8D6C
Black with #6B8D6C
Text Example
Text Example
White with #6B8D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8D6C; }
p { color: rgb(107,141,108); }
H1.HeaderClassName
{
color: #6B8D6C;
}
.AnyTagClassName
{
color: #6B8D6C;
}
</style>
background-color css
<style>
a { background-color: #6B8D6C; }
a { background-color: rgb(107,141,108); }
div.DivClassName
{
background-color: #6B8D6C;
}
.BgClassName
{
background-color: #6B8D6C;
}
</style>
border-color css
<style>
span { border-color: #6B8D6C; }
span { border-color: rgb(107,141,108); }
td.TdClassName
{
border-color: #6B8D6C;
}
.TagClassName
{
border-color: #6B8D6C;
}
</style>