Html Css Color HEX #697341 Woodland

📋 copy color: '#697341'

red 105 ◦ green 115 ◦ blue 65

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

Shades of Woodland #697341

Tints of Woodland #697341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.81%

R = 36.84%
G = 40.35%
B = 22.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#697341 (or 0x697341) is known color: Woodland. HEX triplet: 69, 73 and 41. RGB value is (105,115,65). Sum of RGB (Red+Green+Blue) = 105+115+65=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #697341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697341 is #968CBE. Grayscale: #6A6A6A. Windows color (decimal): -9866431 or 4289385. OLE color: 4289385.

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

Color convert

RGB 105 115 65 -
CMYK 0.09 0 0.43 0.55
HSL 72º 0.28% 0.35% -
HSV(B) 72º 0.43% 0.45% -
XYZ 12.91 15.65 7.34 -
YUV 106.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 105 115 65 0.09 0 0.43 0.55 72 0.28 0.35
Hex 69 73 41 9 0 2B 37 48 1C 23
Octal 151 163 101 11 0 53 67 110 34 43
Binary 1101001 1110011 1000001 1001 0 101011 110111 1001000 11100 100011

Color Harmonies of #697341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697341

Black with #697341

Text Example


Text Example

White with #697341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697341; }

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

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

background-color css

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

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

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

border-color css

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

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

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