#697A31

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

Shades of Rain Forest #697A31

Tints of Rain Forest #697A31

Color information

#697A31 (or 0x697A31) is unknown color: approx Rain Forest. HEX triplet: 69, 7A and 31. RGB value is (105,122,49). Sum of RGB (Red+Green+Blue) = 105+122+49=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #697A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697A31 is #9685CE. Grayscale: #6C6C6C. Windows color (decimal): -9864655 or 3242601. OLE color: 3242601.

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

Color convert

RGB10512249-
CMYK0.1400.600.52
HSL73.97º42.69%33.53%-
HSV(B)73.97º59.84%47.84%-
XYZ13.3417.145.51-
YUV108.5994.37125.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 122 (48.05% from 255) = 44.20%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=38.04%
G=44.20%
B=17.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105122490.1400.600.5273.9742.6933.53
Hex697A31E03C344a2b22
Octal1511726116074641125342
Binary11010011111010110001111001111001101001001010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,122,49); }

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

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

 a { background-color: rgb(105,122,49); }

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

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

 span { border-color: rgb(105,122,49); }

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