#697241

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

Shades of Woodland #697241

Tints of Woodland #697241

Color information

#697241 (or 0x697241) is unknown color: approx Woodland. HEX triplet: 69, 72 and 41. RGB value is (105,114,65). Sum of RGB (Red+Green+Blue) = 105+114+65=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #697241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697241 is #968DBE. Grayscale: #696969. Windows color (decimal): -9866687 or 4289129. OLE color: 4289129.

HSL color Cylindrical-coordinate representation of color #697241: hue angle of 71.02º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #697241 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB10511465-
CMYK0.0800.430.55
HSL71.02º27.37%35.1%-
HSV(B)71.02º42.98%44.71%-
XYZ12.815.427.3-
YUV105.72105.02127.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=36.97%
G=40.14%
B=22.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105114650.0800.430.5571.0227.3735.1
Hex697241802B37471b23
Octal15116210110053671073343
Binary11010011110010100000110000101011110111100011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697241; }

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

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

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

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

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

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

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

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