#667768

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

Shades of Laurel #667768

Tints of Laurel #667768

Color information

#667768 (or 0x667768) is unknown color: approx Laurel. HEX triplet: 66, 77 and 68. RGB value is (102,119,104). Sum of RGB (Red+Green+Blue) = 102+119+104=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 119 - color contains mainly: green. Hex color #667768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667768 is #998897. Grayscale: #707070. Windows color (decimal): -10061976 or 6846310. OLE color: 6846310.

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

Color convert

RGB102119104-
CMYK0.1400.130.53
HSL127.06º7.69%43.33%-
HSV(B)127.06º14.29%46.67%-
XYZ14.5817.0215.61-
YUV112.21123.37120.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 104 (41.02% from 255) = 32%
R=31.38%
G=36.62%
B=32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021191040.1400.130.53127.067.6943.33
Hex667768E0D357f82b
Octal14616715016015651771053
Binary11001101110111110100011100110111010111111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667768; }

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

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

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

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

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

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

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

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