#668B67

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

Shades of Laurel #668B67

Tints of Laurel #668B67

Color information

#668B67 (or 0x668B67) is unknown color: approx Laurel. HEX triplet: 66, 8B and 67. RGB value is (102,139,103). Sum of RGB (Red+Green+Blue) = 102+139+103=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #668B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B67 is #997498. Grayscale: #7B7B7B. Windows color (decimal): -10056857 or 6785894. OLE color: 6785894.

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

Color convert

RGB102139103-
CMYK0.2700.260.45
HSL121.62º15.35%47.25%-
HSV(B)121.62º26.62%54.51%-
XYZ17.1622.2716.23-
YUV123.83116.24112.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 139 (54.69% from 255) = 40.41%
BLUE value IS 103 (40.62% from 255) = 29.94%
R=29.65%
G=40.41%
B=29.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021391030.2700.260.45121.6215.3547.25
Hex668B671B01A2D7af2f
Octal14621314733032551721757
Binary11001101000101111001111101101101010110111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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