#697D32

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

Shades of Rain Forest #697D32

Tints of Rain Forest #697D32

Color information

#697D32 (or 0x697D32) is unknown color: approx Rain Forest. HEX triplet: 69, 7D and 32. RGB value is (105,125,50). Sum of RGB (Red+Green+Blue) = 105+125+50=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #697D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697D32 is #9682CD. Grayscale: #6E6E6E. Windows color (decimal): -9863886 or 3308905. OLE color: 3308905.

HSL color Cylindrical-coordinate representation of color #697D32: hue angle of 76º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #697D32 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB10512550-
CMYK0.1600.600.51
HSL76º42.86%34.31%-
HSV(B)76º60%49.02%-
XYZ13.7417.95.75-
YUV110.4793.87124.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 125 (49.22% from 255) = 44.64%
BLUE value IS 50 (19.92% from 255) = 17.86%
R=37.5%
G=44.64%
B=17.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105125500.1600.600.517642.8634.31
Hex697D321003C334c2b22
Octal1511756220074631145342
Binary110100111111011100101000001111001100111001100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697D32; }

 p { color: rgb(105,125,50); }

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

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

 a { background-color: rgb(105,125,50); }

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

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

 span { border-color: rgb(105,125,50); }

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