Shades of Laurel #6EA16E
Tints of Laurel #6EA16E
RGB
CMYK
RGB Variations
Color information
#6EA16E (or 0x6EA16E) is known color: Laurel. HEX triplet: 6E, A1 and 6E. RGB value is (110,161,110). Sum of RGB (Red+Green+Blue) = 110+161+110=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA16E is #915E91. Grayscale: #8C8C8C. Windows color (decimal): -9526930 or 7250286. OLE color: 7250286.
HSL color Cylindrical-coordinate representation of color #6EA16E: hue angle of 120º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6EA16E is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 161 | 110 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.37 |
| HSL | 120º | 0.21% | 0.53% | - |
| HSV(B) | 120º | 0.32% | 0.63% | - |
| XYZ | 21.99 | 29.93 | 19.37 | - |
| YUV | 139.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 161 | 110 | 0.32 | 0 | 0.32 | 0.37 | 120 | 0.21 | 0.53 |
| Hex | 6E | A1 | 6E | 20 | 0 | 20 | 25 | 78 | 15 | 35 |
| Octal | 156 | 241 | 156 | 40 | 0 | 40 | 45 | 170 | 25 | 65 |
| Binary | 1101110 | 10100001 | 1101110 | 100000 | 0 | 100000 | 100101 | 1111000 | 10101 | 110101 |
Color Harmonies of #6EA16E
Complementary color
Monochromatic Colors of #6EA16E
Black with #6EA16E
Text Example
Text Example
White with #6EA16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA16E; }
p { color: rgb(110,161,110); }
H1.HeaderClassName
{
color: #6EA16E;
}
.AnyTagClassName
{
color: #6EA16E;
}
</style>
background-color css
<style>
a { background-color: #6EA16E; }
a { background-color: rgb(110,161,110); }
div.DivClassName
{
background-color: #6EA16E;
}
.BgClassName
{
background-color: #6EA16E;
}
</style>
border-color css
<style>
span { border-color: #6EA16E; }
span { border-color: rgb(110,161,110); }
td.TdClassName
{
border-color: #6EA16E;
}
.TagClassName
{
border-color: #6EA16E;
}
</style>