#697347

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

Shades of Woodland #697347

Tints of Woodland #697347

Color information

#697347 (or 0x697347) is unknown color: approx Woodland. HEX triplet: 69, 73 and 47. RGB value is (105,115,71). Sum of RGB (Red+Green+Blue) = 105+115+71=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #697347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697347 is #968CB8. Grayscale: #6B6B6B. Windows color (decimal): -9866425 or 4682601. OLE color: 4682601.

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

Color convert

RGB10511571-
CMYK0.0900.380.55
HSL73.64º23.66%36.47%-
HSV(B)73.64º38.26%45.1%-
XYZ13.0915.728.31-
YUV106.99107.69126.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 71 (28.12% from 255) = 24.40%
R=36.08%
G=39.52%
B=24.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115710.0900.380.5573.6423.6636.47
Hex6973479026374a1824
Octal15116310711046671123044
Binary11010011110011100011110010100110110111100101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697347; }

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

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

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

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

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

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

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

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