Shades of Laurel #6C856C
Tints of Laurel #6C856C
RGB
CMYK
RGB Variations
Color information
#6C856C (or 0x6C856C) is known color: Laurel. HEX triplet: 6C, 85 and 6C. RGB value is (108,133,108). Sum of RGB (Red+Green+Blue) = 108+133+108=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #6C856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C856C is #937A93. Grayscale: #7A7A7A. Windows color (decimal): -9665172 or 7112044. OLE color: 7112044.
HSL color Cylindrical-coordinate representation of color #6C856C: hue angle of 120º 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 #6C856C is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 108 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.48 |
| HSL | 120º | 0.1% | 0.47% | - |
| HSV(B) | 120º | 0.19% | 0.52% | - |
| XYZ | 17.28 | 21.05 | 17.34 | - |
| YUV | 122.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 108 | 0.19 | 0 | 0.19 | 0.48 | 120 | 0.1 | 0.47 |
| Hex | 6C | 85 | 6C | 13 | 0 | 13 | 30 | 78 | A | 2F |
| Octal | 154 | 205 | 154 | 23 | 0 | 23 | 60 | 170 | 12 | 57 |
| Binary | 1101100 | 10000101 | 1101100 | 10011 | 0 | 10011 | 110000 | 1111000 | 1010 | 101111 |
Color Harmonies of #6C856C
Complementary color
Monochromatic Colors of #6C856C
Black with #6C856C
Text Example
Text Example
White with #6C856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C856C; }
p { color: rgb(108,133,108); }
H1.HeaderClassName
{
color: #6C856C;
}
.AnyTagClassName
{
color: #6C856C;
}
</style>
background-color css
<style>
a { background-color: #6C856C; }
a { background-color: rgb(108,133,108); }
div.DivClassName
{
background-color: #6C856C;
}
.BgClassName
{
background-color: #6C856C;
}
</style>
border-color css
<style>
span { border-color: #6C856C; }
span { border-color: rgb(108,133,108); }
td.TdClassName
{
border-color: #6C856C;
}
.TagClassName
{
border-color: #6C856C;
}
</style>