Html Css Color HEX #697041 Woodland

📋 copy color: '#697041'

red 105 ◦ green 112 ◦ blue 65

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

Shades of Woodland #697041

Tints of Woodland #697041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.72%

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

R = 37.23%
G = 39.72%
B = 23.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#697041 (or 0x697041) is known color: Woodland. HEX triplet: 69, 70 and 41. RGB value is (105,112,65). Sum of RGB (Red+Green+Blue) = 105+112+65=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #697041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697041 is #968FBE. Grayscale: #686868. Windows color (decimal): -9867199 or 4288617. OLE color: 4288617.

HSL color Cylindrical-coordinate representation of color #697041: hue angle of 68.94º 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 #697041 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 112 65 -
CMYK 0.06 0 0.42 0.56
HSL 68.94º 0.27% 0.35% -
HSV(B) 68.94º 0.42% 0.44% -
XYZ 12.57 14.97 7.23 -
YUV 104.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 105 112 65 0.06 0 0.42 0.56 68.94 0.27 0.35
Hex 69 70 41 6 0 2A 38 45 1B 23
Octal 151 160 101 6 0 52 70 105 33 43
Binary 1101001 1110000 1000001 110 0 101010 111000 1000101 11011 100011

Color Harmonies of #697041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697041

Black with #697041

Text Example


Text Example

White with #697041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697041; }

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

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

background-color css

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

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

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

border-color css

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

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

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