#707C3D

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

Shades of Rain Forest #707C3D

Tints of Rain Forest #707C3D

Color information

#707C3D (or 0x707C3D) is unknown color: approx Rain Forest. HEX triplet: 70, 7C and 3D. RGB value is (112,124,61). Sum of RGB (Red+Green+Blue) = 112+124+61=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #707C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C3D is #8F83C2. Grayscale: #717171. Windows color (decimal): -9405379 or 4029552. OLE color: 4029552.

HSL color Cylindrical-coordinate representation of color #707C3D: hue angle of 71.43º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #707C3D is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB11212461-
CMYK0.1000.510.51
HSL71.43º34.05%36.27%-
HSV(B)71.43º50.81%48.63%-
XYZ14.7318.27.15-
YUV113.2398.52127.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=37.71%
G=41.75%
B=20.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112124610.1000.510.5171.4334.0536.27
Hex707C3DA03333472224
Octal1601747512063631074244
Binary11100001111100111101101001100111100111000111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707C3D; }

 p { color: rgb(112,124,61); }

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

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

 a { background-color: rgb(112,124,61); }

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

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

 span { border-color: rgb(112,124,61); }

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