#68765B

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

Shades of Willow Grove #68765B

Tints of Willow Grove #68765B

Color information

#68765B (or 0x68765B) is unknown color: approx Willow Grove. HEX triplet: 68, 76 and 5B. RGB value is (104,118,91). Sum of RGB (Red+Green+Blue) = 104+118+91=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #68765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68765B is #9789A4. Grayscale: #6E6E6E. Windows color (decimal): -9931173 or 5994088. OLE color: 5994088.

HSL color Cylindrical-coordinate representation of color #68765B: hue angle of 91.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68765B is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB10411891-
CMYK0.1200.230.54
HSL91.11º12.92%40.98%-
HSV(B)91.11º22.88%46.27%-
XYZ14.0816.6612.37-
YUV110.74116.86123.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=33.23%
G=37.70%
B=29.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104118910.1200.230.5491.1112.9240.98
Hex68765BC017365bd29
Octal15016613314027661331551
Binary110100011101101011011110001011111011010110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68765B; }

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

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

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

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

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

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

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

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