#69785A

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

Shades of Willow Grove #69785A

Tints of Willow Grove #69785A

Color information

#69785A (or 0x69785A) is unknown color: approx Willow Grove. HEX triplet: 69, 78 and 5A. RGB value is (105,120,90). Sum of RGB (Red+Green+Blue) = 105+120+90=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #69785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69785A is #9687A5. Grayscale: #707070. Windows color (decimal): -9865126 or 5929065. OLE color: 5929065.

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

Color convert

RGB10512090-
CMYK0.1300.250.53
HSL90º14.29%41.18%-
HSV(B)90º25%47.06%-
XYZ14.3917.1712.23-
YUV112.1115.53122.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=33.33%
G=38.10%
B=28.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105120900.1300.250.539014.2941.18
Hex69785AD019355ae29
Octal15117013215031651321651
Binary110100111110001011010110101100111010110110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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