#697029

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

Shades of Rain Forest #697029

Tints of Rain Forest #697029

Color information

#697029 (or 0x697029) is unknown color: approx Rain Forest. HEX triplet: 69, 70 and 29. RGB value is (105,112,41). Sum of RGB (Red+Green+Blue) = 105+112+41=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #697029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697029 is #968FD6. Grayscale: #666666. Windows color (decimal): -9867223 or 2715753. OLE color: 2715753.

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

Color convert

RGB10511241-
CMYK0.0600.630.56
HSL65.92º46.41%30%-
HSV(B)65.92º63.39%43.92%-
XYZ12.0214.754.31-
YUV101.8193.68130.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 41 (16.41% from 255) = 15.89%
R=40.70%
G=43.41%
B=15.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112410.0600.630.5665.9246.4130
Hex697029603F38422e1e
Octal151160516077701025636
Binary110100111100001010011100111111111000100001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697029; }

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

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

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

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

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

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

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

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