#697246

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

Shades of Woodland #697246

Tints of Woodland #697246

Color information

#697246 (or 0x697246) is unknown color: approx Woodland. HEX triplet: 69, 72 and 46. RGB value is (105,114,70). Sum of RGB (Red+Green+Blue) = 105+114+70=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #697246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697246 is #968DB9. Grayscale: #6A6A6A. Windows color (decimal): -9866682 or 4616809. OLE color: 4616809.

HSL color Cylindrical-coordinate representation of color #697246: hue angle of 72.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #697246 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB10511470-
CMYK0.0800.390.55
HSL72.27º23.91%36.08%-
HSV(B)72.27º38.6%44.71%-
XYZ12.9515.488.1-
YUV106.29107.52127.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=36.33%
G=39.45%
B=24.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105114700.0800.390.5572.2723.9136.08
Hex697246802737481824
Octal15116210610047671103044
Binary11010011110010100011010000100111110111100100011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697246; }

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

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

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

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

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

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

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

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