Shades of Laurel #668E6A
Tints of Laurel #668E6A
RGB
CMYK
RGB Variations
Color information
#668E6A (or 0x668E6A) is known color: Laurel. HEX triplet: 66, 8E and 6A. RGB value is (102,142,106). Sum of RGB (Red+Green+Blue) = 102+142+106=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 142 - color contains mainly: green. Hex color #668E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668E6A is #997195. Grayscale: #7E7E7E. Windows color (decimal): -10056086 or 6983270. OLE color: 6983270.
HSL color Cylindrical-coordinate representation of color #668E6A: hue angle of 126º 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 #668E6A is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 106 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.44 |
| HSL | 126º | 0.16% | 0.48% | - |
| HSV(B) | 126º | 0.28% | 0.56% | - |
| XYZ | 17.75 | 23.21 | 17.18 | - |
| YUV | 125.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 106 | 0.28 | 0 | 0.25 | 0.44 | 126 | 0.16 | 0.48 |
| Hex | 66 | 8E | 6A | 1C | 0 | 19 | 2C | 7E | 10 | 30 |
| Octal | 146 | 216 | 152 | 34 | 0 | 31 | 54 | 176 | 20 | 60 |
| Binary | 1100110 | 10001110 | 1101010 | 11100 | 0 | 11001 | 101100 | 1111110 | 10000 | 110000 |
Color Harmonies of #668E6A
Complementary color
Monochromatic Colors of #668E6A
Black with #668E6A
Text Example
Text Example
White with #668E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E6A; }
p { color: rgb(102,142,106); }
H1.HeaderClassName
{
color: #668E6A;
}
.AnyTagClassName
{
color: #668E6A;
}
</style>
background-color css
<style>
a { background-color: #668E6A; }
a { background-color: rgb(102,142,106); }
div.DivClassName
{
background-color: #668E6A;
}
.BgClassName
{
background-color: #668E6A;
}
</style>
border-color css
<style>
span { border-color: #668E6A; }
span { border-color: rgb(102,142,106); }
td.TdClassName
{
border-color: #668E6A;
}
.TagClassName
{
border-color: #668E6A;
}
</style>