#668F6F

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

Shades of Laurel #668F6F

Tints of Laurel #668F6F

Color information

#668F6F (or 0x668F6F) is unknown color: approx Laurel. HEX triplet: 66, 8F and 6F. RGB value is (102,143,111). Sum of RGB (Red+Green+Blue) = 102+143+111=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #668F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668F6F is #997090. Grayscale: #7F7F7F. Windows color (decimal): -10055825 or 7311206. OLE color: 7311206.

HSL color Cylindrical-coordinate representation of color #668F6F: hue angle of 133.17º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668F6F is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB102143111-
CMYK0.2900.220.44
HSL133.17º16.73%48.04%-
HSV(B)133.17º28.67%56.08%-
XYZ18.1723.6218.64-
YUV127.09118.92110.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 143 (56.25% from 255) = 40.17%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=28.65%
G=40.17%
B=31.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021431110.2900.220.44133.1716.7348.04
Hex668F6F1D0162C851130
Octal14621715735026542052160
Binary1100110100011111101111111010101101011001000010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,143,111); }

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

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

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

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

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

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

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