Shades of Laurel #6E946B
Tints of Laurel #6E946B
RGB
CMYK
RGB Variations
Color information
#6E946B (or 0x6E946B) is known color: Laurel. HEX triplet: 6E, 94 and 6B. RGB value is (110,148,107). Sum of RGB (Red+Green+Blue) = 110+148+107=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #6E946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E946B is #916B94. Grayscale: #848484. Windows color (decimal): -9530261 or 7050350. OLE color: 7050350.
HSL color Cylindrical-coordinate representation of color #6E946B: hue angle of 115.61º 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 #6E946B is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 148 | 107 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.42 |
| HSL | 115.61º | 0.16% | 0.5% | - |
| HSV(B) | 115.61º | 0.28% | 0.58% | - |
| XYZ | 19.67 | 25.56 | 17.81 | - |
| YUV | 131.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 148 | 107 | 0.26 | 0 | 0.28 | 0.42 | 115.61 | 0.16 | 0.5 |
| Hex | 6E | 94 | 6B | 1A | 0 | 1C | 2A | 74 | 10 | 32 |
| Octal | 156 | 224 | 153 | 32 | 0 | 34 | 52 | 164 | 20 | 62 |
| Binary | 1101110 | 10010100 | 1101011 | 11010 | 0 | 11100 | 101010 | 1110100 | 10000 | 110010 |
Color Harmonies of #6E946B
Complementary color
Monochromatic Colors of #6E946B
Black with #6E946B
Text Example
Text Example
White with #6E946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E946B; }
p { color: rgb(110,148,107); }
H1.HeaderClassName
{
color: #6E946B;
}
.AnyTagClassName
{
color: #6E946B;
}
</style>
background-color css
<style>
a { background-color: #6E946B; }
a { background-color: rgb(110,148,107); }
div.DivClassName
{
background-color: #6E946B;
}
.BgClassName
{
background-color: #6E946B;
}
</style>
border-color css
<style>
span { border-color: #6E946B; }
span { border-color: rgb(110,148,107); }
td.TdClassName
{
border-color: #6E946B;
}
.TagClassName
{
border-color: #6E946B;
}
</style>