#707F2B

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

Shades of Rain Forest #707F2B

Tints of Rain Forest #707F2B

Color information

#707F2B (or 0x707F2B) is unknown color: approx Rain Forest. HEX triplet: 70, 7F and 2B. RGB value is (112,127,43). Sum of RGB (Red+Green+Blue) = 112+127+43=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #707F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707F2B is #8F80D4. Grayscale: #717171. Windows color (decimal): -9404629 or 2850672. OLE color: 2850672.

HSL color Cylindrical-coordinate representation of color #707F2B: hue angle of 70.71º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #707F2B is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB11212743-
CMYK0.1200.660.50
HSL70.71º49.41%33.33%-
HSV(B)70.71º66.14%49.8%-
XYZ14.7118.85.14-
YUV112.9488.53127.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 127 (50% from 255) = 45.04%
BLUE value IS 43 (17.19% from 255) = 15.25%
R=39.72%
G=45.04%
B=15.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112127430.1200.660.5070.7149.4133.33
Hex707F2BC04232473121
Octal16017753140102621076141
Binary111000011111111010111100010000101100101000111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,127,43); }

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

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

 a { background-color: rgb(112,127,43); }

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

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

 span { border-color: rgb(112,127,43); }

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