#68765E

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

Shades of Willow Grove #68765E

Tints of Willow Grove #68765E

Color information

#68765E (or 0x68765E) is unknown color: approx Willow Grove. HEX triplet: 68, 76 and 5E. RGB value is (104,118,94). Sum of RGB (Red+Green+Blue) = 104+118+94=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #68765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68765E is #9789A1. Grayscale: #6F6F6F. Windows color (decimal): -9931170 or 6190696. OLE color: 6190696.

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

Color convert

RGB10411894-
CMYK0.1200.200.54
HSL95º11.32%41.57%-
HSV(B)95º20.34%46.27%-
XYZ14.2116.7113.07-
YUV111.08118.36122.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=32.91%
G=37.34%
B=29.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104118940.1200.200.549511.3241.57
Hex68765EC014365fb2a
Octal15016613614024661371352
Binary110100011101101011110110001010011011010111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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