#69764F

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

Shades of Willow Grove #69764F

Tints of Willow Grove #69764F

Color information

#69764F (or 0x69764F) is unknown color: approx Willow Grove. HEX triplet: 69, 76 and 4F. RGB value is (105,118,79). Sum of RGB (Red+Green+Blue) = 105+118+79=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #69764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69764F is #9689B0. Grayscale: #6D6D6D. Windows color (decimal): -9865649 or 5207657. OLE color: 5207657.

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

Color convert

RGB10511879-
CMYK0.1100.330.54
HSL80º19.8%38.63%-
HSV(B)80º33.05%46.27%-
XYZ13.7216.529.86-
YUV109.67110.69124.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 118 (46.48% from 255) = 39.07%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=34.77%
G=39.07%
B=26.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105118790.1100.330.548019.838.63
Hex69764FB02136501427
Octal15116611713041661202447
Binary11010011110110100111110110100001110110101000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,118,79); }

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

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

 a { background-color: rgb(105,118,79); }

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

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

 span { border-color: rgb(105,118,79); }

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