#697046

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

Shades of Woodland #697046

Tints of Woodland #697046

Color information

#697046 (or 0x697046) is unknown color: approx Woodland. HEX triplet: 69, 70 and 46. RGB value is (105,112,70). Sum of RGB (Red+Green+Blue) = 105+112+70=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #697046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697046 is #968FB9. Grayscale: #696969. Windows color (decimal): -9867194 or 4616297. OLE color: 4616297.

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

Color convert

RGB10511270-
CMYK0.0600.380.56
HSL70º23.08%35.69%-
HSV(B)70º37.5%43.92%-
XYZ12.7315.038.03-
YUV105.12108.18127.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=36.59%
G=39.02%
B=24.39%

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
Decimal105112700.0600.380.567023.0835.69
Hex697046602638461724
Octal1511601066046701062744
Binary1101001111000010001101100100110111000100011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697046; }

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

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

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

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

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

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

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

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