#697146

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

Shades of Woodland #697146

Tints of Woodland #697146

Color information

#697146 (or 0x697146) is unknown color: approx Woodland. HEX triplet: 69, 71 and 46. RGB value is (105,113,70). Sum of RGB (Red+Green+Blue) = 105+113+70=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #697146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697146 is #968EB9. Grayscale: #696969. Windows color (decimal): -9866938 or 4616553. OLE color: 4616553.

HSL color Cylindrical-coordinate representation of color #697146: hue angle of 71.16º 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 #697146 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB10511370-
CMYK0.0700.380.56
HSL71.16º23.5%35.88%-
HSV(B)71.16º38.05%44.31%-
XYZ12.8415.268.06-
YUV105.71107.85127.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 70 (27.73% from 255) = 24.31%
R=36.46%
G=39.24%
B=24.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105113700.0700.380.5671.1623.535.88
Hex697146702638471724
Octal1511611067046701072744
Binary1101001111000110001101110100110111000100011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697146; }

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

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

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

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

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

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

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

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