#668D66

Color #668D66 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #668D66

Tints of Laurel #668D66

Color information

#668D66 (or 0x668D66) is unknown color: approx Laurel. HEX triplet: 66, 8D and 66. RGB value is (102,141,102). Sum of RGB (Red+Green+Blue) = 102+141+102=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #668D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D66 is #997299. Grayscale: #7D7D7D. Windows color (decimal): -10056346 or 6720870. OLE color: 6720870.

HSL color Cylindrical-coordinate representation of color #668D66: hue angle of 120º 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 #668D66 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB102141102-
CMYK0.2800.280.45
HSL120º16.05%47.65%-
HSV(B)120º27.66%55.29%-
XYZ17.422.8316.06-
YUV124.89115.08111.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 141 (55.47% from 255) = 40.87%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=29.57%
G=40.87%
B=29.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021411020.2800.280.4512016.0547.65
Hex668D661C01C2D781030
Octal14621514634034551702060
Binary110011010001101110011011100011100101101111100010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668D66; }

 p { color: rgb(102,141,102); }

 H1.HeaderClassName
 {
   color: #668D66;
 }
 .AnyTagClassName
 {
   color: #668D66;
 }
</style>
background-color css

<style>
 a { background-color: #668D66; }

 a { background-color: rgb(102,141,102); }

 div.DivClassName
 {
   background-color: #668D66;
 }
 .BgClassName
 {
   background-color: #668D66;
 }
</style>
border-color css

<style>
 span { border-color: #668D66; }

 span { border-color: rgb(102,141,102); }

 td.TdClassName
 {
   border-color: #668D66;
 }
 .TagClassName
 {
   border-color: #668D66;
 }
</style>