#71782F

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

Shades of Rain Forest #71782F

Tints of Rain Forest #71782F

Color information

#71782F (or 0x71782F) is unknown color: approx Rain Forest. HEX triplet: 71, 78 and 2F. RGB value is (113,120,47). Sum of RGB (Red+Green+Blue) = 113+120+47=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #71782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71782F is #8E87D0. Grayscale: #6D6D6D. Windows color (decimal): -9340881 or 3111025. OLE color: 3111025.

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

Color convert

RGB11312047-
CMYK0.0600.610.53
HSL65.75º43.71%32.75%-
HSV(B)65.75º60.83%47.06%-
XYZ14.0417.155.26-
YUV109.5892.68130.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=40.36%
G=42.86%
B=16.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113120470.0600.610.5365.7543.7132.75
Hex71782F603D35422c21
Octal161170576075651025441
Binary1110001111100010111111001111011101011000010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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