Shades of Laurel #6C876D
Tints of Laurel #6C876D
RGB
CMYK
RGB Variations
Color information
#6C876D (or 0x6C876D) is known color: Laurel. HEX triplet: 6C, 87 and 6D. RGB value is (108,135,109). Sum of RGB (Red+Green+Blue) = 108+135+109=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #6C876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C876D is #937892. Grayscale: #7C7C7C. Windows color (decimal): -9664659 or 7178092. OLE color: 7178092.
HSL color Cylindrical-coordinate representation of color #6C876D: hue angle of 122.22º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C876D is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 109 | - |
| CMYK | 0.2 | 0 | 0.19 | 0.47 |
| HSL | 122.22º | 0.11% | 0.48% | - |
| HSV(B) | 122.22º | 0.2% | 0.53% | - |
| XYZ | 17.61 | 21.62 | 17.71 | - |
| YUV | 123.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 109 | 0.2 | 0 | 0.19 | 0.47 | 122.22 | 0.11 | 0.48 |
| Hex | 6C | 87 | 6D | 14 | 0 | 13 | 2F | 7A | B | 30 |
| Octal | 154 | 207 | 155 | 24 | 0 | 23 | 57 | 172 | 13 | 60 |
| Binary | 1101100 | 10000111 | 1101101 | 10100 | 0 | 10011 | 101111 | 1111010 | 1011 | 110000 |
Color Harmonies of #6C876D
Complementary color
Monochromatic Colors of #6C876D
Black with #6C876D
Text Example
Text Example
White with #6C876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C876D; }
p { color: rgb(108,135,109); }
H1.HeaderClassName
{
color: #6C876D;
}
.AnyTagClassName
{
color: #6C876D;
}
</style>
background-color css
<style>
a { background-color: #6C876D; }
a { background-color: rgb(108,135,109); }
div.DivClassName
{
background-color: #6C876D;
}
.BgClassName
{
background-color: #6C876D;
}
</style>
border-color css
<style>
span { border-color: #6C876D; }
span { border-color: rgb(108,135,109); }
td.TdClassName
{
border-color: #6C876D;
}
.TagClassName
{
border-color: #6C876D;
}
</style>