Html Css Color HEX #697241 Woodland

📋 copy color: '#697241'

red 105 ◦ green 114 ◦ blue 65

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

Shades of Woodland #697241

Tints of Woodland #697241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.14%

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

R = 36.97%
G = 40.14%
B = 22.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#697241 (or 0x697241) is known color: Woodland. HEX triplet: 69, 72 and 41. RGB value is (105,114,65). Sum of RGB (Red+Green+Blue) = 105+114+65=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #697241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697241 is #968DBE. Grayscale: #696969. Windows color (decimal): -9866687 or 4289129. OLE color: 4289129.

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

Color convert

RGB 105 114 65 -
CMYK 0.08 0 0.43 0.55
HSL 71.02º 0.27% 0.35% -
HSV(B) 71.02º 0.43% 0.45% -
XYZ 12.8 15.42 7.3 -
YUV 105.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 105 114 65 0.08 0 0.43 0.55 71.02 0.27 0.35
Hex 69 72 41 8 0 2B 37 47 1B 23
Octal 151 162 101 10 0 53 67 107 33 43
Binary 1101001 1110010 1000001 1000 0 101011 110111 1000111 11011 100011

Color Harmonies of #697241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697241

Black with #697241

Text Example


Text Example

White with #697241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697241; }

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

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

background-color css

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

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

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

border-color css

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

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

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