#6A774F

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

Shades of Willow Grove #6A774F

Tints of Willow Grove #6A774F

Color information

#6A774F (or 0x6A774F) is unknown color: approx Willow Grove. HEX triplet: 6A, 77 and 4F. RGB value is (106,119,79). Sum of RGB (Red+Green+Blue) = 106+119+79=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #6A774F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A774F is #9588B0. Grayscale: #6E6E6E. Windows color (decimal): -9799857 or 5207914. OLE color: 5207914.

HSL color Cylindrical-coordinate representation of color #6A774F: hue angle of 79.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 #6A774F is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB10611979-
CMYK0.1100.340.53
HSL79.5º20.2%38.82%-
HSV(B)79.5º33.61%46.67%-
XYZ13.9516.829.91-
YUV110.55110.19124.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.87%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=34.87%
G=39.14%
B=25.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106119790.1100.340.5379.520.238.82
Hex6A774FB02235501427
Octal15216711713042651202447
Binary11010101110111100111110110100010110101101000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A774F; }

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

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

<style>
 a { background-color: #6A774F; }

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

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

<style>
 span { border-color: #6A774F; }

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

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