#69705E

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

Shades of Willow Grove #69705E

Tints of Willow Grove #69705E

Color information

#69705E (or 0x69705E) is unknown color: approx Willow Grove. HEX triplet: 69, 70 and 5E. RGB value is (105,112,94). Sum of RGB (Red+Green+Blue) = 105+112+94=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #69705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69705E is #968FA1. Grayscale: #6B6B6B. Windows color (decimal): -9867170 or 6189161. OLE color: 6189161.

HSL color Cylindrical-coordinate representation of color #69705E: hue angle of 83.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #69705E is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB10511294-
CMYK0.0600.160.56
HSL83.33º8.74%40.39%-
HSV(B)83.33º16.07%43.92%-
XYZ13.6415.412.84-
YUV107.85120.18125.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=33.76%
G=36.01%
B=30.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112940.0600.160.5683.338.7440.39
Hex69705E60103853928
Octal1511601366020701231150
Binary11010011110000101111011001000011100010100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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