#697346

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

Shades of Woodland #697346

Tints of Woodland #697346

Color information

#697346 (or 0x697346) is unknown color: approx Woodland. HEX triplet: 69, 73 and 46. RGB value is (105,115,70). Sum of RGB (Red+Green+Blue) = 105+115+70=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #697346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697346 is #968CB9. Grayscale: #6B6B6B. Windows color (decimal): -9866426 or 4617065. OLE color: 4617065.

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

Color convert

RGB10511570-
CMYK0.0900.390.55
HSL73.33º24.32%36.27%-
HSV(B)73.33º39.13%45.1%-
XYZ13.0615.718.14-
YUV106.88107.19126.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 70 (27.73% from 255) = 24.14%
R=36.21%
G=39.66%
B=24.14%

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
Decimal105115700.0900.390.5573.3324.3236.27
Hex697346902737491824
Octal15116310611047671113044
Binary11010011110011100011010010100111110111100100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697346; }

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

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

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

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

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

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

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

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