#69785C

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

Shades of Willow Grove #69785C

Tints of Willow Grove #69785C

Color information

#69785C (or 0x69785C) is unknown color: approx Willow Grove. HEX triplet: 69, 78 and 5C. RGB value is (105,120,92). Sum of RGB (Red+Green+Blue) = 105+120+92=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 120 - color contains mainly: green. Hex color #69785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69785C is #9687A3. Grayscale: #707070. Windows color (decimal): -9865124 or 6060137. OLE color: 6060137.

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

Color convert

RGB10512092-
CMYK0.1300.230.53
HSL92.14º13.21%41.57%-
HSV(B)92.14º23.33%47.06%-
XYZ14.4717.2112.68-
YUV112.32116.53122.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 120 (47.27% from 255) = 37.85%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=33.12%
G=37.85%
B=29.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105120920.1300.230.5392.1413.2141.57
Hex69785CD017355cd2a
Octal15117013415027651341552
Binary110100111110001011100110101011111010110111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69785C; }

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

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

<style>
 a { background-color: #69785C; }

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

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

<style>
 span { border-color: #69785C; }

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

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