#697850

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

Shades of Willow Grove #697850

Tints of Willow Grove #697850

Color information

#697850 (or 0x697850) is unknown color: approx Willow Grove. HEX triplet: 69, 78 and 50. RGB value is (105,120,80). Sum of RGB (Red+Green+Blue) = 105+120+80=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #697850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697850 is #9687AF. Grayscale: #6F6F6F. Windows color (decimal): -9865136 or 5273705. OLE color: 5273705.

HSL color Cylindrical-coordinate representation of color #697850: hue angle of 82.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #697850 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB10512080-
CMYK0.1300.330.53
HSL82.5º20%39.22%-
HSV(B)82.5º33.33%47.06%-
XYZ13.9917.0210.14-
YUV110.96110.53123.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=34.43%
G=39.34%
B=26.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105120800.1300.330.5382.52039.22
Hex697850D02135521427
Octal15117012015041651222447
Binary11010011111000101000011010100001110101101001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697850; }

 p { color: rgb(105,120,80); }

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

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

 a { background-color: rgb(105,120,80); }

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

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

 span { border-color: rgb(105,120,80); }

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