#69735C

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

Shades of Willow Grove #69735C

Tints of Willow Grove #69735C

Color information

#69735C (or 0x69735C) is unknown color: approx Willow Grove. HEX triplet: 69, 73 and 5C. RGB value is (105,115,92). Sum of RGB (Red+Green+Blue) = 105+115+92=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #69735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69735C is #968CA3. Grayscale: #6D6D6D. Windows color (decimal): -9866404 or 6058857. OLE color: 6058857.

HSL color Cylindrical-coordinate representation of color #69735C: hue angle of 86.09º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69735C is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB10511592-
CMYK0.0900.200.55
HSL86.09º11.11%40.59%-
HSV(B)86.09º20%45.1%-
XYZ13.8916.0412.49-
YUV109.39118.19124.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.65%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=33.65%
G=36.86%
B=29.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115920.0900.200.5586.0911.1140.59
Hex69735C90143756b29
Octal15116313411024671261351
Binary110100111100111011100100101010011011110101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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