#71782D

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

Shades of Rain Forest #71782D

Tints of Rain Forest #71782D

Color information

#71782D (or 0x71782D) is unknown color: approx Rain Forest. HEX triplet: 71, 78 and 2D. RGB value is (113,120,45). Sum of RGB (Red+Green+Blue) = 113+120+45=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #71782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71782D is #8E87D2. Grayscale: #6D6D6D. Windows color (decimal): -9340883 or 2979953. OLE color: 2979953.

HSL color Cylindrical-coordinate representation of color #71782D: hue angle of 65.6º 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 #71782D is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB11312045-
CMYK0.0600.630.53
HSL65.6º45.45%32.35%-
HSV(B)65.6º62.5%47.06%-
XYZ1417.135.05-
YUV109.3691.68130.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 120 (47.27% from 255) = 43.17%
BLUE value IS 45 (17.97% from 255) = 16.19%
R=40.65%
G=43.17%
B=16.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113120450.0600.630.5365.645.4532.35
Hex71782D603F35422d20
Octal161170556077651025540
Binary1110001111100010110111001111111101011000010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,120,45); }

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

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

 a { background-color: rgb(113,120,45); }

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

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

 span { border-color: rgb(113,120,45); }

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