#697734

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

Shades of Rain Forest #697734

Tints of Rain Forest #697734

Color information

#697734 (or 0x697734) is unknown color: approx Rain Forest. HEX triplet: 69, 77 and 34. RGB value is (105,119,52). Sum of RGB (Red+Green+Blue) = 105+119+52=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #697734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697734 is #9688CB. Grayscale: #6B6B6B. Windows color (decimal): -9865420 or 3438441. OLE color: 3438441.

HSL color Cylindrical-coordinate representation of color #697734: hue angle of 72.54º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #697734 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB10511952-
CMYK0.1200.560.53
HSL72.54º39.18%33.53%-
HSV(B)72.54º56.3%46.67%-
XYZ13.0416.445.74-
YUV107.1896.86126.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=38.04%
G=43.12%
B=18.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119520.1200.560.5372.5439.1833.53
Hex697734C03835492722
Octal1511676414070651114742
Binary11010011110111110100110001110001101011001001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697734; }

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

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

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

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

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

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

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

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