Shades of Laurel #6C876A
Tints of Laurel #6C876A
RGB
CMYK
RGB Variations
Color information
#6C876A (or 0x6C876A) is known color: Laurel. HEX triplet: 6C, 87 and 6A. RGB value is (108,135,106). Sum of RGB (Red+Green+Blue) = 108+135+106=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #6C876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C876A is #937895. Grayscale: #7B7B7B. Windows color (decimal): -9664662 or 6981484. OLE color: 6981484.
HSL color Cylindrical-coordinate representation of color #6C876A: hue angle of 115.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C876A is Cyan = 0.2, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 106 | - |
| CMYK | 0.2 | 0 | 0.21 | 0.47 |
| HSL | 115.86º | 0.12% | 0.47% | - |
| HSV(B) | 115.86º | 0.21% | 0.53% | - |
| XYZ | 17.45 | 21.56 | 16.88 | - |
| YUV | 123.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 106 | 0.2 | 0 | 0.21 | 0.47 | 115.86 | 0.12 | 0.47 |
| Hex | 6C | 87 | 6A | 14 | 0 | 15 | 2F | 74 | C | 2F |
| Octal | 154 | 207 | 152 | 24 | 0 | 25 | 57 | 164 | 14 | 57 |
| Binary | 1101100 | 10000111 | 1101010 | 10100 | 0 | 10101 | 101111 | 1110100 | 1100 | 101111 |
Color Harmonies of #6C876A
Complementary color
Monochromatic Colors of #6C876A
Black with #6C876A
Text Example
Text Example
White with #6C876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C876A; }
p { color: rgb(108,135,106); }
H1.HeaderClassName
{
color: #6C876A;
}
.AnyTagClassName
{
color: #6C876A;
}
</style>
background-color css
<style>
a { background-color: #6C876A; }
a { background-color: rgb(108,135,106); }
div.DivClassName
{
background-color: #6C876A;
}
.BgClassName
{
background-color: #6C876A;
}
</style>
border-color css
<style>
span { border-color: #6C876A; }
span { border-color: rgb(108,135,106); }
td.TdClassName
{
border-color: #6C876A;
}
.TagClassName
{
border-color: #6C876A;
}
</style>