#71773B

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

Shades of Rain Forest #71773B

Tints of Rain Forest #71773B

Color information

#71773B (or 0x71773B) is unknown color: approx Rain Forest. HEX triplet: 71, 77 and 3B. RGB value is (113,119,59). Sum of RGB (Red+Green+Blue) = 113+119+59=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #71773B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71773B is #8E88C4. Grayscale: #6E6E6E. Windows color (decimal): -9341125 or 3897201. OLE color: 3897201.

HSL color Cylindrical-coordinate representation of color #71773B: hue angle of 66º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71773B is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB11311959-
CMYK0.0500.500.53
HSL66º33.71%34.9%-
HSV(B)66º50.42%46.67%-
XYZ14.217.026.67-
YUV110.3799.01129.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 59 (23.44% from 255) = 20.27%
R=38.83%
G=40.89%
B=20.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119590.0500.500.536633.7134.9
Hex71773B503235422223
Octal161167735062651024243
Binary1110001111011111101110101100101101011000010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71773B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,119,59); }

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

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

 a { background-color: rgb(113,119,59); }

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

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

 span { border-color: rgb(113,119,59); }

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