#697542

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

Shades of Woodland #697542

Tints of Woodland #697542

Color information

#697542 (or 0x697542) is unknown color: approx Woodland. HEX triplet: 69, 75 and 42. RGB value is (105,117,66). Sum of RGB (Red+Green+Blue) = 105+117+66=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #697542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697542 is #968ABD. Grayscale: #6B6B6B. Windows color (decimal): -9865918 or 4355433. OLE color: 4355433.

HSL color Cylindrical-coordinate representation of color #697542: hue angle of 74.12º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #697542 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB10511766-
CMYK0.1000.440.54
HSL74.12º27.87%35.88%-
HSV(B)74.12º43.59%45.88%-
XYZ13.1716.127.57-
YUV107.6104.52126.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 66 (26.17% from 255) = 22.92%
R=36.46%
G=40.62%
B=22.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117660.1000.440.5474.1227.8735.88
Hex697542A02C364a1c24
Octal15116510212054661123444
Binary11010011110101100001010100101100110110100101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697542; }

 p { color: rgb(105,117,66); }

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

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

 a { background-color: rgb(105,117,66); }

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

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

 span { border-color: rgb(105,117,66); }

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