#697041

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

Shades of Woodland #697041

Tints of Woodland #697041

Color information

#697041 (or 0x697041) is unknown color: approx Woodland. HEX triplet: 69, 70 and 41. RGB value is (105,112,65). Sum of RGB (Red+Green+Blue) = 105+112+65=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #697041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697041 is #968FBE. Grayscale: #686868. Windows color (decimal): -9867199 or 4288617. OLE color: 4288617.

HSL color Cylindrical-coordinate representation of color #697041: hue angle of 68.94º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #697041 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB10511265-
CMYK0.0600.420.56
HSL68.94º26.55%34.71%-
HSV(B)68.94º41.96%43.92%-
XYZ12.5714.977.23-
YUV104.55105.68128.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 65 (25.78% from 255) = 23.05%
R=37.23%
G=39.72%
B=23.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112650.0600.420.5668.9426.5534.71
Hex697041602A38451b23
Octal1511601016052701053343
Binary1101001111000010000011100101010111000100010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697041; }

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

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

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

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

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

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

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

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