#68764E

Color #68764E Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #68764E

Tints of Willow Grove #68764E

Color information

#68764E (or 0x68764E) is unknown color: approx Willow Grove. HEX triplet: 68, 76 and 4E. RGB value is (104,118,78). Sum of RGB (Red+Green+Blue) = 104+118+78=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #68764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68764E is #9789B1. Grayscale: #6D6D6D. Windows color (decimal): -9931186 or 5142120. OLE color: 5142120.

HSL color Cylindrical-coordinate representation of color #68764E: hue angle of 81º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68764E is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB10411878-
CMYK0.1200.340.54
HSL81º20.41%38.43%-
HSV(B)81º33.9%46.27%-
XYZ13.5616.459.67-
YUV109.25110.36124.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 78 (30.86% from 255) = 26%
R=34.67%
G=39.33%
B=26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104118780.1200.340.548120.4138.43
Hex68764EC02236511426
Octal15016611614042661212446
Binary11010001110110100111011000100010110110101000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68764E; }

 p { color: rgb(104,118,78); }

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

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

 a { background-color: rgb(104,118,78); }

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

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

 span { border-color: rgb(104,118,78); }

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