#68774F

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

Shades of Willow Grove #68774F

Tints of Willow Grove #68774F

Color information

#68774F (or 0x68774F) is unknown color: approx Willow Grove. HEX triplet: 68, 77 and 4F. RGB value is (104,119,79). Sum of RGB (Red+Green+Blue) = 104+119+79=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #68774F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68774F is #9788B0. Grayscale: #6E6E6E. Windows color (decimal): -9930929 or 5207912. OLE color: 5207912.

HSL color Cylindrical-coordinate representation of color #68774F: hue angle of 82.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68774F is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB10411979-
CMYK0.1300.340.53
HSL82.5º20.2%38.82%-
HSV(B)82.5º33.61%46.67%-
XYZ13.7216.79.9-
YUV109.96110.53123.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=34.44%
G=39.40%
B=26.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104119790.1300.340.5382.520.238.82
Hex68774FD02235521427
Octal15016711715042651222447
Binary11010001110111100111111010100010110101101001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68774F; }

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

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

<style>
 a { background-color: #68774F; }

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

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

<style>
 span { border-color: #68774F; }

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

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