#71782B

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

Shades of Rain Forest #71782B

Tints of Rain Forest #71782B

Color information

#71782B (or 0x71782B) is unknown color: approx Rain Forest. HEX triplet: 71, 78 and 2B. RGB value is (113,120,43). Sum of RGB (Red+Green+Blue) = 113+120+43=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #71782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71782B is #8E87D4. Grayscale: #6D6D6D. Windows color (decimal): -9340885 or 2848881. OLE color: 2848881.

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

Color convert

RGB11312043-
CMYK0.0600.640.53
HSL65.45º47.24%31.96%-
HSV(B)65.45º64.17%47.06%-
XYZ13.9617.124.85-
YUV109.1390.68130.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 43 (17.19% from 255) = 15.58%
R=40.94%
G=43.48%
B=15.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113120430.0600.640.5365.4547.2431.96
Hex71782B604035412f20
Octal1611705360100651015740
Binary11100011111000101011110010000001101011000001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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