Html Css Color HEX #697346 Woodland

📋 copy color: '#697346'

red 105 ◦ green 115 ◦ blue 70

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

Shades of Woodland #697346

Tints of Woodland #697346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

 BLUE value IS 70 (27.73% from 255) = 24.14%

R = 36.21%
G = 39.66%
B = 24.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#697346 (or 0x697346) is known color: Woodland. HEX triplet: 69, 73 and 46. RGB value is (105,115,70). Sum of RGB (Red+Green+Blue) = 105+115+70=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #697346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697346 is #968CB9. Grayscale: #6B6B6B. Windows color (decimal): -9866426 or 4617065. OLE color: 4617065.

HSL color Cylindrical-coordinate representation of color #697346: hue angle of 73.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #697346 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 115 70 -
CMYK 0.09 0 0.39 0.55
HSL 73.33º 0.24% 0.36% -
HSV(B) 73.33º 0.39% 0.45% -
XYZ 13.06 15.71 8.14 -
YUV 106.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 105 115 70 0.09 0 0.39 0.55 73.33 0.24 0.36
Hex 69 73 46 9 0 27 37 49 18 24
Octal 151 163 106 11 0 47 67 111 30 44
Binary 1101001 1110011 1000110 1001 0 100111 110111 1001001 11000 100100

Color Harmonies of #697346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697346

Black with #697346

Text Example


Text Example

White with #697346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697346; }

 p { color: rgb(105,115,70); }

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

background-color css

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

 a { background-color: rgb(105,115,70); }

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

border-color css

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

 span { border-color: rgb(105,115,70); }

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