#70782A

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

Shades of Rain Forest #70782A

Tints of Rain Forest #70782A

Color information

#70782A (or 0x70782A) is unknown color: approx Rain Forest. HEX triplet: 70, 78 and 2A. RGB value is (112,120,42). Sum of RGB (Red+Green+Blue) = 112+120+42=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #70782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70782A is #8F87D5. Grayscale: #6D6D6D. Windows color (decimal): -9406422 or 2783344. OLE color: 2783344.

HSL color Cylindrical-coordinate representation of color #70782A: hue angle of 66.15º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70782A is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB11212042-
CMYK0.0700.650.53
HSL66.15º48.15%31.76%-
HSV(B)66.15º65%47.06%-
XYZ13.8217.044.75-
YUV108.7290.35130.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=40.88%
G=43.80%
B=15.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120420.0700.650.5366.1548.1531.76
Hex70782A704135423020
Octal1601705270101651026040
Binary11100001111000101010111010000011101011000010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70782A; }

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

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

<style>
 a { background-color: #70782A; }

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

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

<style>
 span { border-color: #70782A; }

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

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