#70772F

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

Shades of Rain Forest #70772F

Tints of Rain Forest #70772F

Color information

#70772F (or 0x70772F) is unknown color: approx Rain Forest. HEX triplet: 70, 77 and 2F. RGB value is (112,119,47). Sum of RGB (Red+Green+Blue) = 112+119+47=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #70772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70772F is #8F88D0. Grayscale: #6C6C6C. Windows color (decimal): -9406673 or 3110768. OLE color: 3110768.

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

Color convert

RGB11211947-
CMYK0.0600.610.53
HSL65.83º43.37%32.55%-
HSV(B)65.83º60.5%46.67%-
XYZ13.7916.845.21-
YUV108.793.18130.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 47 (18.75% from 255) = 16.91%
R=40.29%
G=42.81%
B=16.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119470.0600.610.5365.8343.3732.55
Hex70772F603D35422b21
Octal160167576075651025341
Binary1110000111011110111111001111011101011000010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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