#697532

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

Shades of Rain Forest #697532

Tints of Rain Forest #697532

Color information

#697532 (or 0x697532) is unknown color: approx Rain Forest. HEX triplet: 69, 75 and 32. RGB value is (105,117,50). Sum of RGB (Red+Green+Blue) = 105+117+50=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #697532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697532 is #968ACD. Grayscale: #6A6A6A. Windows color (decimal): -9865934 or 3306857. OLE color: 3306857.

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

Color convert

RGB10511750-
CMYK0.1000.570.54
HSL70.75º40.12%32.75%-
HSV(B)70.75º57.26%45.88%-
XYZ12.7615.965.42-
YUV105.7796.52127.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.60%
GREEN value IS 117 (46.09% from 255) = 43.01%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=38.60%
G=43.01%
B=18.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117500.1000.570.5470.7540.1232.75
Hex697532A03936472821
Octal1511656212071661075041
Binary11010011110101110010101001110011101101000111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697532; }

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

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

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

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

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

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

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

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