Shades of Laurel #6C9D6D
Tints of Laurel #6C9D6D
RGB
CMYK
RGB Variations
Color information
#6C9D6D (or 0x6C9D6D) is known color: Laurel. HEX triplet: 6C, 9D and 6D. RGB value is (108,157,109). Sum of RGB (Red+Green+Blue) = 108+157+109=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #6C9D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9D6D is #936292. Grayscale: #898989. Windows color (decimal): -9659027 or 7183724. OLE color: 7183724.
HSL color Cylindrical-coordinate representation of color #6C9D6D: hue angle of 121.22º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C9D6D is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 157 | 109 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.38 |
| HSL | 121.22º | 0.2% | 0.52% | - |
| HSV(B) | 121.22º | 0.31% | 0.62% | - |
| XYZ | 21 | 28.41 | 18.84 | - |
| YUV | 136.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 157 | 109 | 0.31 | 0 | 0.31 | 0.38 | 121.22 | 0.2 | 0.52 |
| Hex | 6C | 9D | 6D | 1F | 0 | 1F | 26 | 79 | 14 | 34 |
| Octal | 154 | 235 | 155 | 37 | 0 | 37 | 46 | 171 | 24 | 64 |
| Binary | 1101100 | 10011101 | 1101101 | 11111 | 0 | 11111 | 100110 | 1111001 | 10100 | 110100 |
Color Harmonies of #6C9D6D
Complementary color
Monochromatic Colors of #6C9D6D
Black with #6C9D6D
Text Example
Text Example
White with #6C9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9D6D; }
p { color: rgb(108,157,109); }
H1.HeaderClassName
{
color: #6C9D6D;
}
.AnyTagClassName
{
color: #6C9D6D;
}
</style>
background-color css
<style>
a { background-color: #6C9D6D; }
a { background-color: rgb(108,157,109); }
div.DivClassName
{
background-color: #6C9D6D;
}
.BgClassName
{
background-color: #6C9D6D;
}
</style>
border-color css
<style>
span { border-color: #6C9D6D; }
span { border-color: rgb(108,157,109); }
td.TdClassName
{
border-color: #6C9D6D;
}
.TagClassName
{
border-color: #6C9D6D;
}
</style>