#697447

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

Shades of Woodland #697447

Tints of Woodland #697447

Color information

#697447 (or 0x697447) is unknown color: approx Woodland. HEX triplet: 69, 74 and 47. RGB value is (105,116,71). Sum of RGB (Red+Green+Blue) = 105+116+71=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #697447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697447 is #968BB8. Grayscale: #6B6B6B. Windows color (decimal): -9866169 or 4682857. OLE color: 4682857.

HSL color Cylindrical-coordinate representation of color #697447: hue angle of 74.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #697447 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB10511671-
CMYK0.0900.390.55
HSL74.67º24.06%36.67%-
HSV(B)74.67º38.79%45.49%-
XYZ13.2115.958.34-
YUV107.58107.36126.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 71 (28.12% from 255) = 24.32%
R=35.96%
G=39.73%
B=24.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116710.0900.390.5574.6724.0636.67
Hex6974479027374b1825
Octal15116410711047671133045
Binary11010011110100100011110010100111110111100101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697447; }

 p { color: rgb(105,116,71); }

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

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

 a { background-color: rgb(105,116,71); }

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

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

 span { border-color: rgb(105,116,71); }

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