Shades of Laurel #6C856E
Tints of Laurel #6C856E
RGB
CMYK
RGB Variations
Color information
#6C856E (or 0x6C856E) is known color: Laurel. HEX triplet: 6C, 85 and 6E. RGB value is (108,133,110). Sum of RGB (Red+Green+Blue) = 108+133+110=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #6C856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C856E is #937A91. Grayscale: #7A7A7A. Windows color (decimal): -9665170 or 7243116. OLE color: 7243116.
HSL color Cylindrical-coordinate representation of color #6C856E: hue angle of 124.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C856E is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 110 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.48 |
| HSL | 124.8º | 0.1% | 0.47% | - |
| HSV(B) | 124.8º | 0.19% | 0.52% | - |
| XYZ | 17.39 | 21.09 | 17.91 | - |
| YUV | 122.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 110 | 0.19 | 0 | 0.17 | 0.48 | 124.8 | 0.1 | 0.47 |
| Hex | 6C | 85 | 6E | 13 | 0 | 11 | 30 | 7D | A | 2F |
| Octal | 154 | 205 | 156 | 23 | 0 | 21 | 60 | 175 | 12 | 57 |
| Binary | 1101100 | 10000101 | 1101110 | 10011 | 0 | 10001 | 110000 | 1111101 | 1010 | 101111 |
Color Harmonies of #6C856E
Complementary color
Monochromatic Colors of #6C856E
Black with #6C856E
Text Example
Text Example
White with #6C856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C856E; }
p { color: rgb(108,133,110); }
H1.HeaderClassName
{
color: #6C856E;
}
.AnyTagClassName
{
color: #6C856E;
}
</style>
background-color css
<style>
a { background-color: #6C856E; }
a { background-color: rgb(108,133,110); }
div.DivClassName
{
background-color: #6C856E;
}
.BgClassName
{
background-color: #6C856E;
}
</style>
border-color css
<style>
span { border-color: #6C856E; }
span { border-color: rgb(108,133,110); }
td.TdClassName
{
border-color: #6C856E;
}
.TagClassName
{
border-color: #6C856E;
}
</style>