#68755E

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

Shades of Willow Grove #68755E

Tints of Willow Grove #68755E

Color information

#68755E (or 0x68755E) is unknown color: approx Willow Grove. HEX triplet: 68, 75 and 5E. RGB value is (104,117,94). Sum of RGB (Red+Green+Blue) = 104+117+94=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #68755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68755E is #978AA1. Grayscale: #6E6E6E. Windows color (decimal): -9931426 or 6190440. OLE color: 6190440.

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

Color convert

RGB10411794-
CMYK0.1100.200.54
HSL93.91º10.9%41.37%-
HSV(B)93.91º19.66%45.88%-
XYZ14.0916.4713.03-
YUV110.49118.69123.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=33.02%
G=37.14%
B=29.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104117940.1100.200.5493.9110.941.37
Hex68755EB014365eb29
Octal15016513613024661361351
Binary110100011101011011110101101010011011010111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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