Html Css Color HEX #697540 Woodland

📋 copy color: '#697540'

red 105 ◦ green 117 ◦ blue 64

#697540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #697540

Tints of Woodland #697540

RGB

 RED value IS 105 (41.41% from 255) = 36.71%

 GREEN value IS 117 (46.09% from 255) = 40.91%

 BLUE value IS 64 (25.39% from 255) = 22.38%

R = 36.71%
G = 40.91%
B = 22.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#697540 (or 0x697540) is known color: Woodland. HEX triplet: 69, 75 and 40. RGB value is (105,117,64). Sum of RGB (Red+Green+Blue) = 105+117+64=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #697540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697540 is #968ABF. Grayscale: #6B6B6B. Windows color (decimal): -9865920 or 4224361. OLE color: 4224361.

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

Color convert

RGB 105 117 64 -
CMYK 0.10 0 0.45 0.54
HSL 73.58º 0.29% 0.35% -
HSV(B) 73.58º 0.45% 0.46% -
XYZ 13.11 16.1 7.27 -
YUV 107.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 105 117 64 0.10 0 0.45 0.54 73.58 0.29 0.35
Hex 69 75 40 A 0 2D 36 4A 1D 23
Octal 151 165 100 12 0 55 66 112 35 43
Binary 1101001 1110101 1000000 1010 0 101101 110110 1001010 11101 100011

Color Harmonies of #697540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697540

Black with #697540

Text Example


Text Example

White with #697540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697540; }

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

 H1.HeaderClassName
 {
   color: #697540;
 }
 .AnyTagClassName
 {
   color: #697540;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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