#70783A

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

Shades of Rain Forest #70783A

Tints of Rain Forest #70783A

Color information

#70783A (or 0x70783A) is unknown color: approx Rain Forest. HEX triplet: 70, 78 and 3A. RGB value is (112,120,58). Sum of RGB (Red+Green+Blue) = 112+120+58=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #70783A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70783A is #8F87C5. Grayscale: #6E6E6E. Windows color (decimal): -9406406 or 3831920. OLE color: 3831920.

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

Color convert

RGB11212058-
CMYK0.0700.520.53
HSL67.74º34.83%34.9%-
HSV(B)67.74º51.67%47.06%-
XYZ14.1617.186.57-
YUV110.5498.35129.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 58 (23.05% from 255) = 20%
R=38.62%
G=41.38%
B=20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120580.0700.520.5367.7434.8334.9
Hex70783A703435442323
Octal160170727064651044343
Binary1110000111100011101011101101001101011000100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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