#68795A

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

Shades of Willow Grove #68795A

Tints of Willow Grove #68795A

Color information

#68795A (or 0x68795A) is unknown color: approx Willow Grove. HEX triplet: 68, 79 and 5A. RGB value is (104,121,90). Sum of RGB (Red+Green+Blue) = 104+121+90=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #68795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68795A is #9786A5. Grayscale: #707070. Windows color (decimal): -9930406 or 5929320. OLE color: 5929320.

HSL color Cylindrical-coordinate representation of color #68795A: hue angle of 92.9º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68795A is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB10412190-
CMYK0.1400.260.53
HSL92.9º14.69%41.37%-
HSV(B)92.9º25.62%47.45%-
XYZ14.3917.3612.26-
YUV112.38115.37122.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=33.02%
G=38.41%
B=28.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104121900.1400.260.5392.914.6941.37
Hex68795AE01A355df29
Octal15017113216032651351751
Binary110100011110011011010111001101011010110111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,121,90); }

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

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

 a { background-color: rgb(104,121,90); }

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

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

 span { border-color: rgb(104,121,90); }

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