Html Css Color HEX #697141 Woodland

📋 copy color: '#697141'

red 105 ◦ green 113 ◦ blue 65

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

Shades of Woodland #697141

Tints of Woodland #697141

RGB

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

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

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

R = 37.1%
G = 39.93%
B = 22.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#697141 (or 0x697141) is known color: Woodland. HEX triplet: 69, 71 and 41. RGB value is (105,113,65). Sum of RGB (Red+Green+Blue) = 105+113+65=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #697141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697141 is #968EBE. Grayscale: #696969. Windows color (decimal): -9866943 or 4288873. OLE color: 4288873.

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

Color convert

RGB 105 113 65 -
CMYK 0.07 0 0.42 0.56
HSL 70º 0.27% 0.35% -
HSV(B) 70º 0.42% 0.44% -
XYZ 12.68 15.2 7.27 -
YUV 105.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 105 113 65 0.07 0 0.42 0.56 70 0.27 0.35
Hex 69 71 41 7 0 2A 38 46 1B 23
Octal 151 161 101 7 0 52 70 106 33 43
Binary 1101001 1110001 1000001 111 0 101010 111000 1000110 11011 100011

Color Harmonies of #697141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697141

Black with #697141

Text Example


Text Example

White with #697141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697141; }

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

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

background-color css

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

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

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

border-color css

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

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

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