#707F2A

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

Shades of Rain Forest #707F2A

Tints of Rain Forest #707F2A

Color information

#707F2A (or 0x707F2A) is unknown color: approx Rain Forest. HEX triplet: 70, 7F and 2A. RGB value is (112,127,42). Sum of RGB (Red+Green+Blue) = 112+127+42=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 127 - color contains mainly: green. Hex color #707F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707F2A is #8F80D5. Grayscale: #717171. Windows color (decimal): -9404630 or 2785136. OLE color: 2785136.

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

Color convert

RGB11212742-
CMYK0.1200.670.50
HSL70.59º50.3%33.14%-
HSV(B)70.59º66.93%49.8%-
XYZ14.6918.795.04-
YUV112.8288.03127.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 127 (50% from 255) = 45.20%
BLUE value IS 42 (16.80% from 255) = 14.95%
R=39.86%
G=45.20%
B=14.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112127420.1200.670.5070.5950.333.14
Hex707F2AC04332473221
Octal16017752140103621076241
Binary111000011111111010101100010000111100101000111110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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