Shades of Laurel #668E67
Tints of Laurel #668E67
RGB
CMYK
RGB Variations
Color information
#668E67 (or 0x668E67) is known color: Laurel. HEX triplet: 66, 8E and 67. RGB value is (102,142,103). Sum of RGB (Red+Green+Blue) = 102+142+103=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #668E67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668E67 is #997198. Grayscale: #7D7D7D. Windows color (decimal): -10056089 or 6786662. OLE color: 6786662.
HSL color Cylindrical-coordinate representation of color #668E67: hue angle of 121.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668E67 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 103 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.44 |
| HSL | 121.5º | 0.16% | 0.48% | - |
| HSV(B) | 121.5º | 0.28% | 0.56% | - |
| XYZ | 17.6 | 23.15 | 16.37 | - |
| YUV | 125.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 103 | 0.28 | 0 | 0.27 | 0.44 | 121.5 | 0.16 | 0.48 |
| Hex | 66 | 8E | 67 | 1C | 0 | 1B | 2C | 7A | 10 | 30 |
| Octal | 146 | 216 | 147 | 34 | 0 | 33 | 54 | 172 | 20 | 60 |
| Binary | 1100110 | 10001110 | 1100111 | 11100 | 0 | 11011 | 101100 | 1111010 | 10000 | 110000 |
Color Harmonies of #668E67
Complementary color
Monochromatic Colors of #668E67
Black with #668E67
Text Example
Text Example
White with #668E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E67; }
p { color: rgb(102,142,103); }
H1.HeaderClassName
{
color: #668E67;
}
.AnyTagClassName
{
color: #668E67;
}
</style>
background-color css
<style>
a { background-color: #668E67; }
a { background-color: rgb(102,142,103); }
div.DivClassName
{
background-color: #668E67;
}
.BgClassName
{
background-color: #668E67;
}
</style>
border-color css
<style>
span { border-color: #668E67; }
span { border-color: rgb(102,142,103); }
td.TdClassName
{
border-color: #668E67;
}
.TagClassName
{
border-color: #668E67;
}
</style>