#668B66

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

Shades of Laurel #668B66

Tints of Laurel #668B66

Color information

#668B66 (or 0x668B66) is unknown color: approx Laurel. HEX triplet: 66, 8B and 66. RGB value is (102,139,102). Sum of RGB (Red+Green+Blue) = 102+139+102=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #668B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B66 is #997499. Grayscale: #7B7B7B. Windows color (decimal): -10056858 or 6720358. OLE color: 6720358.

HSL color Cylindrical-coordinate representation of color #668B66: hue angle of 120º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668B66 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB102139102-
CMYK0.2700.270.45
HSL120º15.35%47.25%-
HSV(B)120º26.62%54.51%-
XYZ17.1122.2515.96-
YUV123.72115.74112.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 139 (54.69% from 255) = 40.52%
BLUE value IS 102 (40.23% from 255) = 29.74%
R=29.74%
G=40.52%
B=29.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021391020.2700.270.4512015.3547.25
Hex668B661B01B2D78f2f
Octal14621314633033551701757
Binary11001101000101111001101101101101110110111110001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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