Shades of Laurel #6E866E
Tints of Laurel #6E866E
RGB
CMYK
RGB Variations
Color information
#6E866E (or 0x6E866E) is known color: Laurel. HEX triplet: 6E, 86 and 6E. RGB value is (110,134,110). Sum of RGB (Red+Green+Blue) = 110+134+110=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 134 - color contains mainly: green. Hex color #6E866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E866E is #917991. Grayscale: #7C7C7C. Windows color (decimal): -9533842 or 7243374. OLE color: 7243374.
HSL color Cylindrical-coordinate representation of color #6E866E: hue angle of 120º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E866E is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 134 | 110 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.47 |
| HSL | 120º | 0.1% | 0.48% | - |
| HSV(B) | 120º | 0.18% | 0.53% | - |
| XYZ | 17.77 | 21.49 | 17.96 | - |
| YUV | 124.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 110 | 0.18 | 0 | 0.18 | 0.47 | 120 | 0.1 | 0.48 |
| Hex | 6E | 86 | 6E | 12 | 0 | 12 | 2F | 78 | A | 30 |
| Octal | 156 | 206 | 156 | 22 | 0 | 22 | 57 | 170 | 12 | 60 |
| Binary | 1101110 | 10000110 | 1101110 | 10010 | 0 | 10010 | 101111 | 1111000 | 1010 | 110000 |
Color Harmonies of #6E866E
Complementary color
Monochromatic Colors of #6E866E
Black with #6E866E
Text Example
Text Example
White with #6E866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E866E; }
p { color: rgb(110,134,110); }
H1.HeaderClassName
{
color: #6E866E;
}
.AnyTagClassName
{
color: #6E866E;
}
</style>
background-color css
<style>
a { background-color: #6E866E; }
a { background-color: rgb(110,134,110); }
div.DivClassName
{
background-color: #6E866E;
}
.BgClassName
{
background-color: #6E866E;
}
</style>
border-color css
<style>
span { border-color: #6E866E; }
span { border-color: rgb(110,134,110); }
td.TdClassName
{
border-color: #6E866E;
}
.TagClassName
{
border-color: #6E866E;
}
</style>