#697845

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

Shades of Woodland #697845

Tints of Woodland #697845

Color information

#697845 (or 0x697845) is unknown color: approx 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

RGB10512069-
CMYK0.1300.420.53
HSL77.65º26.98%37.06%-
HSV(B)77.65º42.5%47.06%-
XYZ13.6216.878.17-
YUV109.7105.03124.65-

RGB Variations

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

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 (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105120690.1300.420.5377.6526.9837.06
Hex697845D02A354e1b25
Octal15117010515052651163345
Binary11010011111000100010111010101010110101100111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>