Shades of Laurel #6E956C
Tints of Laurel #6E956C
RGB
CMYK
RGB Variations
Color information
#6E956C (or 0x6E956C) is known color: Laurel. HEX triplet: 6E, 95 and 6C. RGB value is (110,149,108). Sum of RGB (Red+Green+Blue) = 110+149+108=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #6E956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E956C is #916A93. Grayscale: #848484. Windows color (decimal): -9530004 or 7116142. OLE color: 7116142.
HSL color Cylindrical-coordinate representation of color #6E956C: hue angle of 117.07º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E956C is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 149 | 108 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.42 |
| HSL | 117.07º | 0.16% | 0.5% | - |
| HSV(B) | 117.07º | 0.28% | 0.58% | - |
| XYZ | 19.88 | 25.89 | 18.14 | - |
| YUV | 132.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 149 | 108 | 0.26 | 0 | 0.28 | 0.42 | 117.07 | 0.16 | 0.5 |
| Hex | 6E | 95 | 6C | 1A | 0 | 1C | 2A | 75 | 10 | 32 |
| Octal | 156 | 225 | 154 | 32 | 0 | 34 | 52 | 165 | 20 | 62 |
| Binary | 1101110 | 10010101 | 1101100 | 11010 | 0 | 11100 | 101010 | 1110101 | 10000 | 110010 |
Color Harmonies of #6E956C
Complementary color
Monochromatic Colors of #6E956C
Black with #6E956C
Text Example
Text Example
White with #6E956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E956C; }
p { color: rgb(110,149,108); }
H1.HeaderClassName
{
color: #6E956C;
}
.AnyTagClassName
{
color: #6E956C;
}
</style>
background-color css
<style>
a { background-color: #6E956C; }
a { background-color: rgb(110,149,108); }
div.DivClassName
{
background-color: #6E956C;
}
.BgClassName
{
background-color: #6E956C;
}
</style>
border-color css
<style>
span { border-color: #6E956C; }
span { border-color: rgb(110,149,108); }
td.TdClassName
{
border-color: #6E956C;
}
.TagClassName
{
border-color: #6E956C;
}
</style>