#697844

Color #697844 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #697844

Tints of Woodland #697844

Color information

#697844 (or 0x697844) is unknown color: approx Woodland. HEX triplet: 69, 78 and 44. RGB value is (105,120,68). Sum of RGB (Red+Green+Blue) = 105+120+68=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #697844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697844 is #9687BB. Grayscale: #6D6D6D. Windows color (decimal): -9865148 or 4487273. OLE color: 4487273.

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

Color convert

RGB10512068-
CMYK0.1300.430.53
HSL77.31º27.66%36.86%-
HSV(B)77.31º43.33%47.06%-
XYZ13.5916.858.01-
YUV109.59104.53124.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 68 (26.95% from 255) = 23.21%
R=35.84%
G=40.96%
B=23.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105120680.1300.430.5377.3127.6636.86
Hex697844D02B354d1c25
Octal15117010415053651153445
Binary11010011111000100010011010101011110101100110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697844; }

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

 H1.HeaderClassName
 {
   color: #697844;
 }
 .AnyTagClassName
 {
   color: #697844;
 }
</style>
background-color css

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

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

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

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

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

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