#69784D

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

Shades of Willow Grove #69784D

Tints of Willow Grove #69784D

Color information

#69784D (or 0x69784D) is unknown color: approx Willow Grove. HEX triplet: 69, 78 and 4D. RGB value is (105,120,77). Sum of RGB (Red+Green+Blue) = 105+120+77=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #69784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69784D is #9687B2. Grayscale: #6E6E6E. Windows color (decimal): -9865139 or 5077097. OLE color: 5077097.

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

Color convert

RGB10512077-
CMYK0.1300.360.53
HSL80.93º21.83%38.63%-
HSV(B)80.93º35.83%47.06%-
XYZ13.8816.979.57-
YUV110.61109.03124-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 77 (30.47% from 255) = 25.50%
R=34.77%
G=39.74%
B=25.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105120770.1300.360.5380.9321.8338.63
Hex69784DD02435511627
Octal15117011515044651212647
Binary11010011111000100110111010100100110101101000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69784D; }

 p { color: rgb(105,120,77); }

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

<style>
 a { background-color: #69784D; }

 a { background-color: rgb(105,120,77); }

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

<style>
 span { border-color: #69784D; }

 span { border-color: rgb(105,120,77); }

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