#68776A

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

Shades of Laurel #68776A

Tints of Laurel #68776A

Color information

#68776A (or 0x68776A) is unknown color: approx Laurel. HEX triplet: 68, 77 and 6A. RGB value is (104,119,106). Sum of RGB (Red+Green+Blue) = 104+119+106=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #68776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68776A is #978895. Grayscale: #717171. Windows color (decimal): -9930902 or 6977384. OLE color: 6977384.

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

Color convert

RGB104119106-
CMYK0.1300.110.53
HSL128º6.73%43.73%-
HSV(B)128º12.61%46.67%-
XYZ14.9117.1816.17-
YUV113.03124.03121.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=31.61%
G=36.17%
B=32.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041191060.1300.110.531286.7343.73
Hex68776AD0B358072c
Octal1501671521501365200754
Binary11010001110111110101011010101111010110000000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68776A; }

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

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

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

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

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

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

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

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