Html Css Color HEX #697140 Woodland

📋 copy color: '#697140'

red 105 ◦ green 113 ◦ blue 64

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

Shades of Woodland #697140

Tints of Woodland #697140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.07%

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

R = 37.23%
G = 40.07%
B = 22.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#697140 (or 0x697140) is known color: Woodland. HEX triplet: 69, 71 and 40. RGB value is (105,113,64). Sum of RGB (Red+Green+Blue) = 105+113+64=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #697140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697140 is #968EBF. Grayscale: #696969. Windows color (decimal): -9866944 or 4223337. OLE color: 4223337.

HSL color Cylindrical-coordinate representation of color #697140: hue angle of 69.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #697140 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 113 64 -
CMYK 0.07 0 0.43 0.56
HSL 69.8º 0.28% 0.35% -
HSV(B) 69.8º 0.43% 0.44% -
XYZ 12.66 15.18 7.11 -
YUV 105.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 105 113 64 0.07 0 0.43 0.56 69.8 0.28 0.35
Hex 69 71 40 7 0 2B 38 46 1C 23
Octal 151 161 100 7 0 53 70 106 34 43
Binary 1101001 1110001 1000000 111 0 101011 111000 1000110 11100 100011

Color Harmonies of #697140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697140

Black with #697140

Text Example


Text Example

White with #697140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697140; }

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

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

background-color css

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

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

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

border-color css

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

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

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