#69775E

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

Shades of Willow Grove #69775E

Tints of Willow Grove #69775E

Color information

#69775E (or 0x69775E) is unknown color: approx Willow Grove. HEX triplet: 69, 77 and 5E. RGB value is (105,119,94). Sum of RGB (Red+Green+Blue) = 105+119+94=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #69775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69775E is #9688A1. Grayscale: #707070. Windows color (decimal): -9865378 or 6190953. OLE color: 6190953.

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

Color convert

RGB10511994-
CMYK0.1200.210.53
HSL93.6º11.74%41.76%-
HSV(B)93.6º21.01%46.67%-
XYZ14.4417.0113.11-
YUV111.96117.86123.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=33.02%
G=37.42%
B=29.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119940.1200.210.5393.611.7441.76
Hex69775EC015355ec2a
Octal15116713614025651361452
Binary110100111101111011110110001010111010110111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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