#71782C

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

Shades of Rain Forest #71782C

Tints of Rain Forest #71782C

Color information

#71782C (or 0x71782C) is unknown color: approx Rain Forest. HEX triplet: 71, 78 and 2C. RGB value is (113,120,44). Sum of RGB (Red+Green+Blue) = 113+120+44=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #71782C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71782C is #8E87D3. Grayscale: #6D6D6D. Windows color (decimal): -9340884 or 2914417. OLE color: 2914417.

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

Color convert

RGB11312044-
CMYK0.0600.630.53
HSL65.53º46.34%32.16%-
HSV(B)65.53º63.33%47.06%-
XYZ13.9817.134.95-
YUV109.2491.18130.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 120 (47.27% from 255) = 43.32%
BLUE value IS 44 (17.58% from 255) = 15.88%
R=40.79%
G=43.32%
B=15.88%

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
Decimal113120440.0600.630.5365.5346.3432.16
Hex71782C603F35422e20
Octal161170546077651025640
Binary1110001111100010110011001111111101011000010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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