#69775C

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

Shades of Willow Grove #69775C

Tints of Willow Grove #69775C

Color information

#69775C (or 0x69775C) is unknown color: approx Willow Grove. HEX triplet: 69, 77 and 5C. RGB value is (105,119,92). Sum of RGB (Red+Green+Blue) = 105+119+92=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #69775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69775C is #9688A3. Grayscale: #6F6F6F. Windows color (decimal): -9865380 or 6059881. OLE color: 6059881.

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

Color convert

RGB10511992-
CMYK0.1200.230.53
HSL91.11º12.8%41.37%-
HSV(B)91.11º22.69%46.67%-
XYZ14.3516.9712.64-
YUV111.74116.86123.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=33.23%
G=37.66%
B=29.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119920.1200.230.5391.1112.841.37
Hex69775CC017355bd29
Octal15116713414027651331551
Binary110100111101111011100110001011111010110110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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