#697045

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

Shades of Woodland #697045

Tints of Woodland #697045

Color information

#697045 (or 0x697045) is unknown color: approx Woodland. HEX triplet: 69, 70 and 45. RGB value is (105,112,69). Sum of RGB (Red+Green+Blue) = 105+112+69=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #697045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697045 is #968FBA. Grayscale: #696969. Windows color (decimal): -9867195 or 4550761. OLE color: 4550761.

HSL color Cylindrical-coordinate representation of color #697045: hue angle of 69.77º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #697045 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB10511269-
CMYK0.0600.380.56
HSL69.77º23.76%35.49%-
HSV(B)69.77º38.39%43.92%-
XYZ12.6915.027.86-
YUV105107.68128-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=36.71%
G=39.16%
B=24.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112690.0600.380.5669.7723.7635.49
Hex697045602638461823
Octal1511601056046701063043
Binary1101001111000010001011100100110111000100011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697045; }

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

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

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

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

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

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

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

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