#697026

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

Shades of Rain Forest #697026

Tints of Rain Forest #697026

Color information

#697026 (or 0x697026) is unknown color: approx Rain Forest. HEX triplet: 69, 70 and 26. RGB value is (105,112,38). Sum of RGB (Red+Green+Blue) = 105+112+38=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #697026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697026 is #968FD9. Grayscale: #656565. Windows color (decimal): -9867226 or 2519145. OLE color: 2519145.

HSL color Cylindrical-coordinate representation of color #697026: hue angle of 65.68º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #697026 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB10511238-
CMYK0.0600.660.56
HSL65.68º49.33%29.41%-
HSV(B)65.68º66.07%43.92%-
XYZ11.9714.734.05-
YUV101.4792.18130.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=41.18%
G=43.92%
B=14.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112380.0600.660.5665.6849.3329.41
Hex69702660423842311d
Octal1511604660102701026135
Binary1101001111000010011011001000010111000100001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697026; }

 p { color: rgb(105,112,38); }

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

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

 a { background-color: rgb(105,112,38); }

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

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

 span { border-color: rgb(105,112,38); }

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