#69735D

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

Shades of Willow Grove #69735D

Tints of Willow Grove #69735D

Color information

#69735D (or 0x69735D) is unknown color: approx Willow Grove. HEX triplet: 69, 73 and 5D. RGB value is (105,115,93). Sum of RGB (Red+Green+Blue) = 105+115+93=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 115 - color contains mainly: green. Hex color #69735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69735D is #968CA2. Grayscale: #6D6D6D. Windows color (decimal): -9866403 or 6124393. OLE color: 6124393.

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

Color convert

RGB10511593-
CMYK0.0900.190.55
HSL87.27º10.58%40.78%-
HSV(B)87.27º19.13%45.1%-
XYZ13.9316.0612.72-
YUV109.5118.69124.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.55%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 93 (36.72% from 255) = 29.71%
R=33.55%
G=36.74%
B=29.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115930.0900.190.5587.2710.5840.78
Hex69735D90133757b29
Octal15116313511023671271351
Binary110100111100111011101100101001111011110101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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