Html Css Color HEX #697744 Woodland

📋 copy color: '#697744'

red 105 ◦ green 119 ◦ blue 68

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

Shades of Woodland #697744

Tints of Woodland #697744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.29%

R = 35.96%
G = 40.75%
B = 23.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#697744 (or 0x697744) is known color: Woodland. HEX triplet: 69, 77 and 44. RGB value is (105,119,68). Sum of RGB (Red+Green+Blue) = 105+119+68=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #697744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697744 is #9688BB. Grayscale: #6D6D6D. Windows color (decimal): -9865404 or 4487017. OLE color: 4487017.

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

Color convert

RGB 105 119 68 -
CMYK 0.12 0 0.43 0.53
HSL 76.47º 0.27% 0.37% -
HSV(B) 76.47º 0.43% 0.47% -
XYZ 13.47 16.61 7.97 -
YUV 109 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 105 119 68 0.12 0 0.43 0.53 76.47 0.27 0.37
Hex 69 77 44 C 0 2B 35 4C 1B 25
Octal 151 167 104 14 0 53 65 114 33 45
Binary 1101001 1110111 1000100 1100 0 101011 110101 1001100 11011 100101

Color Harmonies of #697744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697744

Black with #697744

Text Example


Text Example

White with #697744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697744; }

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

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

background-color css

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

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

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

border-color css

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

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

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