#668A67

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

Shades of Laurel #668A67

Tints of Laurel #668A67

Color information

#668A67 (or 0x668A67) is unknown color: approx Laurel. HEX triplet: 66, 8A and 67. RGB value is (102,138,103). Sum of RGB (Red+Green+Blue) = 102+138+103=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 138 - color contains mainly: green. Hex color #668A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668A67 is #997598. Grayscale: #7B7B7B. Windows color (decimal): -10057113 or 6785638. OLE color: 6785638.

HSL color Cylindrical-coordinate representation of color #668A67: hue angle of 121.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668A67 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB102138103-
CMYK0.2600.250.46
HSL121.67º15%47.06%-
HSV(B)121.67º26.09%54.12%-
XYZ17.0221.9816.18-
YUV123.25116.57112.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 138 (54.30% from 255) = 40.23%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=29.74%
G=40.23%
B=30.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021381030.2600.250.46121.671547.06
Hex668A671A0192E7af2f
Octal14621214732031561721757
Binary11001101000101011001111101001100110111011110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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