Shades of Laurel #6C826C
Tints of Laurel #6C826C
RGB
CMYK
RGB Variations
Color information
#6C826C (or 0x6C826C) is known color: Laurel. HEX triplet: 6C, 82 and 6C. RGB value is (108,130,108). Sum of RGB (Red+Green+Blue) = 108+130+108=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #6C826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C826C is #937D93. Grayscale: #787878. Windows color (decimal): -9665940 or 7111276. OLE color: 7111276.
HSL color Cylindrical-coordinate representation of color #6C826C: hue angle of 120º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6C826C is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 130 | 108 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.49 |
| HSL | 120º | 0.09% | 0.47% | - |
| HSV(B) | 120º | 0.17% | 0.51% | - |
| XYZ | 16.87 | 20.24 | 17.2 | - |
| YUV | 120.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 130 | 108 | 0.17 | 0 | 0.17 | 0.49 | 120 | 0.09 | 0.47 |
| Hex | 6C | 82 | 6C | 11 | 0 | 11 | 31 | 78 | 9 | 2F |
| Octal | 154 | 202 | 154 | 21 | 0 | 21 | 61 | 170 | 11 | 57 |
| Binary | 1101100 | 10000010 | 1101100 | 10001 | 0 | 10001 | 110001 | 1111000 | 1001 | 101111 |
Color Harmonies of #6C826C
Complementary color
Monochromatic Colors of #6C826C
Black with #6C826C
Text Example
Text Example
White with #6C826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C826C; }
p { color: rgb(108,130,108); }
H1.HeaderClassName
{
color: #6C826C;
}
.AnyTagClassName
{
color: #6C826C;
}
</style>
background-color css
<style>
a { background-color: #6C826C; }
a { background-color: rgb(108,130,108); }
div.DivClassName
{
background-color: #6C826C;
}
.BgClassName
{
background-color: #6C826C;
}
</style>
border-color css
<style>
span { border-color: #6C826C; }
span { border-color: rgb(108,130,108); }
td.TdClassName
{
border-color: #6C826C;
}
.TagClassName
{
border-color: #6C826C;
}
</style>