#69755D

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

Shades of Willow Grove #69755D

Tints of Willow Grove #69755D

Color information

#69755D (or 0x69755D) is unknown color: approx Willow Grove. HEX triplet: 69, 75 and 5D. RGB value is (105,117,93). Sum of RGB (Red+Green+Blue) = 105+117+93=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #69755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69755D is #968AA2. Grayscale: #6E6E6E. Windows color (decimal): -9865891 or 6124905. OLE color: 6124905.

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

Color convert

RGB10511793-
CMYK0.1000.210.54
HSL90º11.43%41.18%-
HSV(B)90º20.51%45.88%-
XYZ14.1616.5212.8-
YUV110.68118.02123.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=33.33%
G=37.14%
B=29.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117930.1000.210.549011.4341.18
Hex69755DA015365ab29
Octal15116513512025661321351
Binary110100111101011011101101001010111011010110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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