Shades of Laurel #668D69
Tints of Laurel #668D69
RGB
CMYK
RGB Variations
Color information
#668D69 (or 0x668D69) is known color: Laurel. HEX triplet: 66, 8D and 69. RGB value is (102,141,105). Sum of RGB (Red+Green+Blue) = 102+141+105=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 141 - color contains mainly: green. Hex color #668D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D69 is #997296. Grayscale: #7D7D7D. Windows color (decimal): -10056343 or 6917478. OLE color: 6917478.
HSL color Cylindrical-coordinate representation of color #668D69: hue angle of 124.62º 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 #668D69 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 105 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.45 |
| HSL | 124.62º | 0.16% | 0.48% | - |
| HSV(B) | 124.62º | 0.28% | 0.55% | - |
| XYZ | 17.55 | 22.89 | 16.86 | - |
| YUV | 125.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 105 | 0.28 | 0 | 0.26 | 0.45 | 124.62 | 0.16 | 0.48 |
| Hex | 66 | 8D | 69 | 1C | 0 | 1A | 2D | 7D | 10 | 30 |
| Octal | 146 | 215 | 151 | 34 | 0 | 32 | 55 | 175 | 20 | 60 |
| Binary | 1100110 | 10001101 | 1101001 | 11100 | 0 | 11010 | 101101 | 1111101 | 10000 | 110000 |
Color Harmonies of #668D69
Complementary color
Monochromatic Colors of #668D69
Black with #668D69
Text Example
Text Example
White with #668D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D69; }
p { color: rgb(102,141,105); }
H1.HeaderClassName
{
color: #668D69;
}
.AnyTagClassName
{
color: #668D69;
}
</style>
background-color css
<style>
a { background-color: #668D69; }
a { background-color: rgb(102,141,105); }
div.DivClassName
{
background-color: #668D69;
}
.BgClassName
{
background-color: #668D69;
}
</style>
border-color css
<style>
span { border-color: #668D69; }
span { border-color: rgb(102,141,105); }
td.TdClassName
{
border-color: #668D69;
}
.TagClassName
{
border-color: #668D69;
}
</style>