Html Css Color HEX #697347 Woodland

📋 copy color: '#697347'

red 105 ◦ green 115 ◦ blue 71

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

Shades of Woodland #697347

Tints of Woodland #697347

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.52%

 BLUE value IS 71 (28.13% from 255) = 24.4%

R = 36.08%
G = 39.52%
B = 24.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#697347 (or 0x697347) is known color: Woodland. HEX triplet: 69, 73 and 47. RGB value is (105,115,71). Sum of RGB (Red+Green+Blue) = 105+115+71=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #697347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697347 is #968CB8. Grayscale: #6B6B6B. Windows color (decimal): -9866425 or 4682601. OLE color: 4682601.

HSL color Cylindrical-coordinate representation of color #697347: hue angle of 73.64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #697347 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 115 71 -
CMYK 0.09 0 0.38 0.55
HSL 73.64º 0.24% 0.36% -
HSV(B) 73.64º 0.38% 0.45% -
XYZ 13.09 15.72 8.31 -
YUV 106.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 105 115 71 0.09 0 0.38 0.55 73.64 0.24 0.36
Hex 69 73 47 9 0 26 37 4A 18 24
Octal 151 163 107 11 0 46 67 112 30 44
Binary 1101001 1110011 1000111 1001 0 100110 110111 1001010 11000 100100

Color Harmonies of #697347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697347

Black with #697347

Text Example


Text Example

White with #697347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697347; }

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

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

background-color css

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

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

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

border-color css

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

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

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