Shades of Laurel #6E986A
Tints of Laurel #6E986A
RGB
CMYK
RGB Variations
Color information
#6E986A (or 0x6E986A) is known color: Laurel. HEX triplet: 6E, 98 and 6A. RGB value is (110,152,106). Sum of RGB (Red+Green+Blue) = 110+152+106=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #6E986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E986A is #916795. Grayscale: #868686. Windows color (decimal): -9529238 or 6985838. OLE color: 6985838.
HSL color Cylindrical-coordinate representation of color #6E986A: hue angle of 114.78º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E986A is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 152 | 106 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.40 |
| HSL | 114.78º | 0.18% | 0.51% | - |
| HSV(B) | 114.78º | 0.3% | 0.6% | - |
| XYZ | 20.26 | 26.81 | 17.74 | - |
| YUV | 134.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 152 | 106 | 0.28 | 0 | 0.30 | 0.40 | 114.78 | 0.18 | 0.51 |
| Hex | 6E | 98 | 6A | 1C | 0 | 1E | 28 | 73 | 12 | 33 |
| Octal | 156 | 230 | 152 | 34 | 0 | 36 | 50 | 163 | 22 | 63 |
| Binary | 1101110 | 10011000 | 1101010 | 11100 | 0 | 11110 | 101000 | 1110011 | 10010 | 110011 |
Color Harmonies of #6E986A
Complementary color
Monochromatic Colors of #6E986A
Black with #6E986A
Text Example
Text Example
White with #6E986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E986A; }
p { color: rgb(110,152,106); }
H1.HeaderClassName
{
color: #6E986A;
}
.AnyTagClassName
{
color: #6E986A;
}
</style>
background-color css
<style>
a { background-color: #6E986A; }
a { background-color: rgb(110,152,106); }
div.DivClassName
{
background-color: #6E986A;
}
.BgClassName
{
background-color: #6E986A;
}
</style>
border-color css
<style>
span { border-color: #6E986A; }
span { border-color: rgb(110,152,106); }
td.TdClassName
{
border-color: #6E986A;
}
.TagClassName
{
border-color: #6E986A;
}
</style>