Html Css Color HEX #697845 Woodland

📋 copy color: '#697845'

red 105 ◦ green 120 ◦ blue 69

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

Shades of Woodland #697845

Tints of Woodland #697845

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.82%

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 35.71%
G = 40.82%
B = 23.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#697845 (or 0x697845) is known color: Woodland. HEX triplet: 69, 78 and 45. RGB value is (105,120,69). Sum of RGB (Red+Green+Blue) = 105+120+69=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #697845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697845 is #9687BA. Grayscale: #6D6D6D. Windows color (decimal): -9865147 or 4552809. OLE color: 4552809.

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

Color convert

RGB 105 120 69 -
CMYK 0.13 0 0.42 0.53
HSL 77.65º 0.27% 0.37% -
HSV(B) 77.65º 0.43% 0.47% -
XYZ 13.62 16.87 8.17 -
YUV 109.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 105 120 69 0.13 0 0.42 0.53 77.65 0.27 0.37
Hex 69 78 45 D 0 2A 35 4E 1B 25
Octal 151 170 105 15 0 52 65 116 33 45
Binary 1101001 1111000 1000101 1101 0 101010 110101 1001110 11011 100101

Color Harmonies of #697845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697845

Black with #697845

Text Example


Text Example

White with #697845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697845; }

 p { color: rgb(105,120,69); }

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

background-color css

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

 a { background-color: rgb(105,120,69); }

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

border-color css

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

 span { border-color: rgb(105,120,69); }

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