#697634

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

Shades of Rain Forest #697634

Tints of Rain Forest #697634

Color information

#697634 (or 0x697634) is unknown color: approx Rain Forest. HEX triplet: 69, 76 and 34. RGB value is (105,118,52). Sum of RGB (Red+Green+Blue) = 105+118+52=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #697634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697634 is #9689CB. Grayscale: #6A6A6A. Windows color (decimal): -9865676 or 3438185. OLE color: 3438185.

HSL color Cylindrical-coordinate representation of color #697634: hue angle of 71.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #697634 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB10511852-
CMYK0.1100.560.54
HSL71.82º38.82%33.33%-
HSV(B)71.82º55.93%46.27%-
XYZ12.9216.215.7-
YUV106.5997.19126.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=38.18%
G=42.91%
B=18.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105118520.1100.560.5471.8238.8233.33
Hex697634B03836482721
Octal1511666413070661104741
Binary11010011110110110100101101110001101101001000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697634; }

 p { color: rgb(105,118,52); }

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

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

 a { background-color: rgb(105,118,52); }

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

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

 span { border-color: rgb(105,118,52); }

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