#697336

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

Shades of Rain Forest #697336

Tints of Rain Forest #697336

Color information

#697336 (or 0x697336) is unknown color: approx Rain Forest. HEX triplet: 69, 73 and 36. RGB value is (105,115,54). Sum of RGB (Red+Green+Blue) = 105+115+54=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #697336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697336 is #968CC9. Grayscale: #696969. Windows color (decimal): -9866442 or 3568489. OLE color: 3568489.

HSL color Cylindrical-coordinate representation of color #697336: hue angle of 69.84º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #697336 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB10511554-
CMYK0.0900.530.55
HSL69.84º36.09%33.14%-
HSV(B)69.84º53.04%45.1%-
XYZ12.6215.535.82-
YUV105.0699.19127.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=38.32%
G=41.97%
B=19.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115540.0900.530.5569.8436.0933.14
Hex697336903537462421
Octal1511636611065671064441
Binary11010011110011110110100101101011101111000110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697336; }

 p { color: rgb(105,115,54); }

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

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

 a { background-color: rgb(105,115,54); }

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

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

 span { border-color: rgb(105,115,54); }

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