#667868

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

Shades of Laurel #667868

Tints of Laurel #667868

Color information

#667868 (or 0x667868) is unknown color: approx Laurel. HEX triplet: 66, 78 and 68. RGB value is (102,120,104). Sum of RGB (Red+Green+Blue) = 102+120+104=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 120 - color contains mainly: green. Hex color #667868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667868 is #998797. Grayscale: #707070. Windows color (decimal): -10061720 or 6846566. OLE color: 6846566.

HSL color Cylindrical-coordinate representation of color #667868: hue angle of 126.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #667868 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB102120104-
CMYK0.1500.130.53
HSL126.67º8.11%43.53%-
HSV(B)126.67º15%47.06%-
XYZ14.6917.2615.65-
YUV112.79123.04120.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=31.29%
G=36.81%
B=31.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021201040.1500.130.53126.678.1143.53
Hex667868F0D357f82c
Octal14617015017015651771054
Binary11001101111000110100011110110111010111111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667868; }

 p { color: rgb(102,120,104); }

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

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

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

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

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

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

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