#68775B

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

Shades of Willow Grove #68775B

Tints of Willow Grove #68775B

Color information

#68775B (or 0x68775B) is unknown color: approx Willow Grove. HEX triplet: 68, 77 and 5B. RGB value is (104,119,91). Sum of RGB (Red+Green+Blue) = 104+119+91=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #68775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68775B is #9788A4. Grayscale: #6F6F6F. Windows color (decimal): -9930917 or 5994344. OLE color: 5994344.

HSL color Cylindrical-coordinate representation of color #68775B: hue angle of 92.14º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68775B is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB10411991-
CMYK0.1300.240.53
HSL92.14º13.33%41.18%-
HSV(B)92.14º23.53%46.67%-
XYZ14.1916.8912.41-
YUV111.32116.53122.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=33.12%
G=37.90%
B=28.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104119910.1300.240.5392.1413.3341.18
Hex68775BD018355cd29
Octal15016713315030651341551
Binary110100011101111011011110101100011010110111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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