#70772D

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

Shades of Rain Forest #70772D

Tints of Rain Forest #70772D

Color information

#70772D (or 0x70772D) is unknown color: approx Rain Forest. HEX triplet: 70, 77 and 2D. RGB value is (112,119,45). Sum of RGB (Red+Green+Blue) = 112+119+45=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #70772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70772D is #8F88D2. Grayscale: #6C6C6C. Windows color (decimal): -9406675 or 2979696. OLE color: 2979696.

HSL color Cylindrical-coordinate representation of color #70772D: hue angle of 65.68º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70772D is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB11211945-
CMYK0.0600.620.53
HSL65.68º45.12%32.16%-
HSV(B)65.68º62.18%46.67%-
XYZ13.7516.835.01-
YUV108.4792.18130.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 45 (17.97% from 255) = 16.30%
R=40.58%
G=43.12%
B=16.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119450.0600.620.5365.6845.1232.16
Hex70772D603E35422d20
Octal160167556076651025540
Binary1110000111011110110111001111101101011000010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70772D; }

 p { color: rgb(112,119,45); }

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

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

 a { background-color: rgb(112,119,45); }

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

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

 span { border-color: rgb(112,119,45); }

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