#697342

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

Shades of Woodland #697342

Tints of Woodland #697342

Color information

#697342 (or 0x697342) is unknown color: approx Woodland. HEX triplet: 69, 73 and 42. RGB value is (105,115,66). Sum of RGB (Red+Green+Blue) = 105+115+66=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #697342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697342 is #968CBD. Grayscale: #6A6A6A. Windows color (decimal): -9866430 or 4354921. OLE color: 4354921.

HSL color Cylindrical-coordinate representation of color #697342: hue angle of 72.24º 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 #697342 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB10511566-
CMYK0.0900.430.55
HSL72.24º27.07%35.49%-
HSV(B)72.24º42.61%45.1%-
XYZ12.9415.667.49-
YUV106.42105.19126.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 66 (26.17% from 255) = 23.08%
R=36.71%
G=40.21%
B=23.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115660.0900.430.5572.2427.0735.49
Hex697342902B37481b23
Octal15116310211053671103343
Binary11010011110011100001010010101011110111100100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697342; }

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

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

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

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

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

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

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

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