#697335

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

Shades of Rain Forest #697335

Tints of Rain Forest #697335

Color information

#697335 (or 0x697335) is unknown color: approx Rain Forest. HEX triplet: 69, 73 and 35. RGB value is (105,115,53). Sum of RGB (Red+Green+Blue) = 105+115+53=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #697335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697335 is #968CCA. Grayscale: #696969. Windows color (decimal): -9866443 or 3502953. OLE color: 3502953.

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

Color convert

RGB10511553-
CMYK0.0900.540.55
HSL69.68º36.9%32.94%-
HSV(B)69.68º53.91%45.1%-
XYZ12.615.525.7-
YUV104.9498.69128.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.46%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=38.46%
G=42.12%
B=19.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115530.0900.540.5569.6836.932.94
Hex697335903637462521
Octal1511636511066671064541
Binary11010011110011110101100101101101101111000110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697335; }

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

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

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

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

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

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

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

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