Shades of Laurel #668D6E
Tints of Laurel #668D6E
RGB
CMYK
RGB Variations
Color information
#668D6E (or 0x668D6E) is known color: Laurel. HEX triplet: 66, 8D and 6E. RGB value is (102,141,110). Sum of RGB (Red+Green+Blue) = 102+141+110=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 141 - color contains mainly: green. Hex color #668D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D6E is #997291. Grayscale: #7D7D7D. Windows color (decimal): -10056338 or 7245158. OLE color: 7245158.
HSL color Cylindrical-coordinate representation of color #668D6E: hue angle of 132.31º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668D6E is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 110 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.45 |
| HSL | 132.31º | 0.16% | 0.48% | - |
| HSV(B) | 132.31º | 0.28% | 0.55% | - |
| XYZ | 17.82 | 23 | 18.25 | - |
| YUV | 125.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 110 | 0.28 | 0 | 0.22 | 0.45 | 132.31 | 0.16 | 0.48 |
| Hex | 66 | 8D | 6E | 1C | 0 | 16 | 2D | 84 | 10 | 30 |
| Octal | 146 | 215 | 156 | 34 | 0 | 26 | 55 | 204 | 20 | 60 |
| Binary | 1100110 | 10001101 | 1101110 | 11100 | 0 | 10110 | 101101 | 10000100 | 10000 | 110000 |
Color Harmonies of #668D6E
Complementary color
Monochromatic Colors of #668D6E
Black with #668D6E
Text Example
Text Example
White with #668D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D6E; }
p { color: rgb(102,141,110); }
H1.HeaderClassName
{
color: #668D6E;
}
.AnyTagClassName
{
color: #668D6E;
}
</style>
background-color css
<style>
a { background-color: #668D6E; }
a { background-color: rgb(102,141,110); }
div.DivClassName
{
background-color: #668D6E;
}
.BgClassName
{
background-color: #668D6E;
}
</style>
border-color css
<style>
span { border-color: #668D6E; }
span { border-color: rgb(102,141,110); }
td.TdClassName
{
border-color: #668D6E;
}
.TagClassName
{
border-color: #668D6E;
}
</style>