#69785D

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

Shades of Willow Grove #69785D

Tints of Willow Grove #69785D

Color information

#69785D (or 0x69785D) is unknown color: approx Willow Grove. HEX triplet: 69, 78 and 5D. RGB value is (105,120,93). Sum of RGB (Red+Green+Blue) = 105+120+93=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #69785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69785D is #9687A2. Grayscale: #707070. Windows color (decimal): -9865123 or 6125673. OLE color: 6125673.

HSL color Cylindrical-coordinate representation of color #69785D: hue angle of 93.33º degrees, saturation: 0.13, 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 #69785D is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB10512093-
CMYK0.1300.220.53
HSL93.33º12.68%41.76%-
HSV(B)93.33º22.5%47.06%-
XYZ14.5217.2312.92-
YUV112.44117.03122.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=33.02%
G=37.74%
B=29.25%

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
Decimal105120930.1300.220.5393.3312.6841.76
Hex69785DD016355dd2a
Octal15117013515026651351552
Binary110100111110001011101110101011011010110111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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