#69755E

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

Shades of Willow Grove #69755E

Tints of Willow Grove #69755E

Color information

#69755E (or 0x69755E) is unknown color: approx Willow Grove. HEX triplet: 69, 75 and 5E. RGB value is (105,117,94). Sum of RGB (Red+Green+Blue) = 105+117+94=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 117 - color contains mainly: green. Hex color #69755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69755E is #968AA1. Grayscale: #6E6E6E. Windows color (decimal): -9865890 or 6190441. OLE color: 6190441.

HSL color Cylindrical-coordinate representation of color #69755E: hue angle of 91.3º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69755E is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB10511794-
CMYK0.1000.200.54
HSL91.3º10.9%41.37%-
HSV(B)91.3º19.66%45.88%-
XYZ14.2116.5313.03-
YUV110.79118.52123.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=33.23%
G=37.03%
B=29.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117940.1000.200.5491.310.941.37
Hex69755EA014365bb29
Octal15116513612024661331351
Binary110100111101011011110101001010011011010110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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