Shades of Laurel #6C856A
Tints of Laurel #6C856A
RGB
CMYK
RGB Variations
Color information
#6C856A (or 0x6C856A) is known color: Laurel. HEX triplet: 6C, 85 and 6A. RGB value is (108,133,106). Sum of RGB (Red+Green+Blue) = 108+133+106=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #6C856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C856A is #937A95. Grayscale: #7A7A7A. Windows color (decimal): -9665174 or 6980972. OLE color: 6980972.
HSL color Cylindrical-coordinate representation of color #6C856A: hue angle of 115.56º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C856A is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 106 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.48 |
| HSL | 115.56º | 0.11% | 0.47% | - |
| HSV(B) | 115.56º | 0.2% | 0.52% | - |
| XYZ | 17.17 | 21 | 16.78 | - |
| YUV | 122.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 106 | 0.19 | 0 | 0.20 | 0.48 | 115.56 | 0.11 | 0.47 |
| Hex | 6C | 85 | 6A | 13 | 0 | 14 | 30 | 74 | B | 2F |
| Octal | 154 | 205 | 152 | 23 | 0 | 24 | 60 | 164 | 13 | 57 |
| Binary | 1101100 | 10000101 | 1101010 | 10011 | 0 | 10100 | 110000 | 1110100 | 1011 | 101111 |
Color Harmonies of #6C856A
Complementary color
Monochromatic Colors of #6C856A
Black with #6C856A
Text Example
Text Example
White with #6C856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C856A; }
p { color: rgb(108,133,106); }
H1.HeaderClassName
{
color: #6C856A;
}
.AnyTagClassName
{
color: #6C856A;
}
</style>
background-color css
<style>
a { background-color: #6C856A; }
a { background-color: rgb(108,133,106); }
div.DivClassName
{
background-color: #6C856A;
}
.BgClassName
{
background-color: #6C856A;
}
</style>
border-color css
<style>
span { border-color: #6C856A; }
span { border-color: rgb(108,133,106); }
td.TdClassName
{
border-color: #6C856A;
}
.TagClassName
{
border-color: #6C856A;
}
</style>