#707B3D

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

Shades of Rain Forest #707B3D

Tints of Rain Forest #707B3D

Color information

#707B3D (or 0x707B3D) is unknown color: approx Rain Forest. HEX triplet: 70, 7B and 3D. RGB value is (112,123,61). Sum of RGB (Red+Green+Blue) = 112+123+61=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 123 - color contains mainly: green. Hex color #707B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B3D is #8F84C2. Grayscale: #707070. Windows color (decimal): -9405635 or 4029296. OLE color: 4029296.

HSL color Cylindrical-coordinate representation of color #707B3D: hue angle of 70.65º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #707B3D is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB11212361-
CMYK0.0900.500.52
HSL70.65º33.7%36.08%-
HSV(B)70.65º50.41%48.24%-
XYZ14.6117.957.11-
YUV112.6498.86127.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 123 (48.44% from 255) = 41.55%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=37.84%
G=41.55%
B=20.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112123610.0900.500.5270.6533.736.08
Hex707B3D903234472224
Octal1601737511062641074244
Binary11100001111011111101100101100101101001000111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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