#697434

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

Shades of Rain Forest #697434

Tints of Rain Forest #697434

Color information

#697434 (or 0x697434) is unknown color: approx Rain Forest. HEX triplet: 69, 74 and 34. RGB value is (105,116,52). Sum of RGB (Red+Green+Blue) = 105+116+52=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #697434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697434 is #968BCB. Grayscale: #696969. Windows color (decimal): -9866188 or 3437673. OLE color: 3437673.

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

Color convert

RGB10511652-
CMYK0.0900.550.55
HSL70.31º38.1%32.94%-
HSV(B)70.31º55.17%45.49%-
XYZ12.6915.745.62-
YUV105.4297.86127.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.46%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=38.46%
G=42.49%
B=19.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116520.0900.550.5570.3138.132.94
Hex697434903737462621
Octal1511646411067671064641
Binary11010011110100110100100101101111101111000110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697434; }

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

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

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

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

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

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

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

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