#69785E

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

Shades of Willow Grove #69785E

Tints of Willow Grove #69785E

Color information

#69785E (or 0x69785E) is unknown color: approx Willow Grove. HEX triplet: 69, 78 and 5E. RGB value is (105,120,94). Sum of RGB (Red+Green+Blue) = 105+120+94=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 120 - color contains mainly: green. Hex color #69785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69785E is #9687A1. Grayscale: #707070. Windows color (decimal): -9865122 or 6191209. OLE color: 6191209.

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

Color convert

RGB10512094-
CMYK0.1300.220.53
HSL94.62º12.15%41.96%-
HSV(B)94.62º21.67%47.06%-
XYZ14.5617.2413.15-
YUV112.55117.53122.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=32.92%
G=37.62%
B=29.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105120940.1300.220.5394.6212.1541.96
Hex69785ED016355fc2a
Octal15117013615026651371452
Binary110100111110001011110110101011011010110111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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