Shades of Laurel #668668
Tints of Laurel #668668
RGB
CMYK
RGB Variations
Color information
#668668 (or 0x668668) is known color: Laurel. HEX triplet: 66, 86 and 68. RGB value is (102,134,104). Sum of RGB (Red+Green+Blue) = 102+134+104=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #668668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668668 is #997997. Grayscale: #797979. Windows color (decimal): -10058136 or 6850150. OLE color: 6850150.
HSL color Cylindrical-coordinate representation of color #668668: hue angle of 123.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668668 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 134 | 104 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.47 |
| HSL | 123.75º | 0.14% | 0.46% | - |
| HSV(B) | 123.75º | 0.24% | 0.53% | - |
| XYZ | 16.5 | 20.87 | 16.26 | - |
| YUV | 121.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 104 | 0.24 | 0 | 0.22 | 0.47 | 123.75 | 0.14 | 0.46 |
| Hex | 66 | 86 | 68 | 18 | 0 | 16 | 2F | 7C | E | 2E |
| Octal | 146 | 206 | 150 | 30 | 0 | 26 | 57 | 174 | 16 | 56 |
| Binary | 1100110 | 10000110 | 1101000 | 11000 | 0 | 10110 | 101111 | 1111100 | 1110 | 101110 |
Color Harmonies of #668668
Complementary color
Monochromatic Colors of #668668
Black with #668668
Text Example
Text Example
White with #668668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668668; }
p { color: rgb(102,134,104); }
H1.HeaderClassName
{
color: #668668;
}
.AnyTagClassName
{
color: #668668;
}
</style>
background-color css
<style>
a { background-color: #668668; }
a { background-color: rgb(102,134,104); }
div.DivClassName
{
background-color: #668668;
}
.BgClassName
{
background-color: #668668;
}
</style>
border-color css
<style>
span { border-color: #668668; }
span { border-color: rgb(102,134,104); }
td.TdClassName
{
border-color: #668668;
}
.TagClassName
{
border-color: #668668;
}
</style>