Shades of Laurel #6C9F6D
Tints of Laurel #6C9F6D
RGB
CMYK
RGB Variations
Color information
#6C9F6D (or 0x6C9F6D) is known color: Laurel. HEX triplet: 6C, 9F and 6D. RGB value is (108,159,109). Sum of RGB (Red+Green+Blue) = 108+159+109=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #6C9F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9F6D is #936092. Grayscale: #8A8A8A. Windows color (decimal): -9658515 or 7184236. OLE color: 7184236.
HSL color Cylindrical-coordinate representation of color #6C9F6D: hue angle of 121.18º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C9F6D is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 159 | 109 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.38 |
| HSL | 121.18º | 0.21% | 0.52% | - |
| HSV(B) | 121.18º | 0.32% | 0.62% | - |
| XYZ | 21.34 | 29.09 | 18.96 | - |
| YUV | 138.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 159 | 109 | 0.32 | 0 | 0.31 | 0.38 | 121.18 | 0.21 | 0.52 |
| Hex | 6C | 9F | 6D | 20 | 0 | 1F | 26 | 79 | 15 | 34 |
| Octal | 154 | 237 | 155 | 40 | 0 | 37 | 46 | 171 | 25 | 64 |
| Binary | 1101100 | 10011111 | 1101101 | 100000 | 0 | 11111 | 100110 | 1111001 | 10101 | 110100 |
Color Harmonies of #6C9F6D
Complementary color
Monochromatic Colors of #6C9F6D
Black with #6C9F6D
Text Example
Text Example
White with #6C9F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9F6D; }
p { color: rgb(108,159,109); }
H1.HeaderClassName
{
color: #6C9F6D;
}
.AnyTagClassName
{
color: #6C9F6D;
}
</style>
background-color css
<style>
a { background-color: #6C9F6D; }
a { background-color: rgb(108,159,109); }
div.DivClassName
{
background-color: #6C9F6D;
}
.BgClassName
{
background-color: #6C9F6D;
}
</style>
border-color css
<style>
span { border-color: #6C9F6D; }
span { border-color: rgb(108,159,109); }
td.TdClassName
{
border-color: #6C9F6D;
}
.TagClassName
{
border-color: #6C9F6D;
}
</style>