Html Css Color HEX #697742 Woodland

📋 copy color: '#697742'

red 105 ◦ green 119 ◦ blue 66

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

Shades of Woodland #697742

Tints of Woodland #697742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.03%

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 36.21%
G = 41.03%
B = 22.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#697742 (or 0x697742) is known color: Woodland. HEX triplet: 69, 77 and 42. RGB value is (105,119,66). Sum of RGB (Red+Green+Blue) = 105+119+66=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #697742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697742 is #9688BD. Grayscale: #6C6C6C. Windows color (decimal): -9865406 or 4355945. OLE color: 4355945.

HSL color Cylindrical-coordinate representation of color #697742: hue angle of 75.85º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #697742 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 119 66 -
CMYK 0.12 0 0.45 0.53
HSL 75.85º 0.29% 0.36% -
HSV(B) 75.85º 0.45% 0.47% -
XYZ 13.41 16.59 7.65 -
YUV 108.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 105 119 66 0.12 0 0.45 0.53 75.85 0.29 0.36
Hex 69 77 42 C 0 2D 35 4C 1D 24
Octal 151 167 102 14 0 55 65 114 35 44
Binary 1101001 1110111 1000010 1100 0 101101 110101 1001100 11101 100100

Color Harmonies of #697742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697742

Black with #697742

Text Example


Text Example

White with #697742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697742; }

 p { color: rgb(105,119,66); }

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

background-color css

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

 a { background-color: rgb(105,119,66); }

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

border-color css

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

 span { border-color: rgb(105,119,66); }

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