Html Css Color HEX #71782E Rain Forest

📋 copy color: '#71782E'

red 113 ◦ green 120 ◦ blue 46

#71782E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rain Forest #71782E

Tints of Rain Forest #71782E

RGB

 RED value IS 113 (44.53% from 255) = 40.5%

 GREEN value IS 120 (47.27% from 255) = 43.01%

 BLUE value IS 46 (18.36% from 255) = 16.49%

R = 40.5%
G = 43.01%
B = 16.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#71782E (or 0x71782E) is known color: Rain Forest. HEX triplet: 71, 78 and 2E. RGB value is (113,120,46). Sum of RGB (Red+Green+Blue) = 113+120+46=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #71782E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71782E is #8E87D1. Grayscale: #6D6D6D. Windows color (decimal): -9340882 or 3045489. OLE color: 3045489.

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

Color convert

RGB 113 120 46 -
CMYK 0.06 0 0.62 0.53
HSL 65.68º 0.45% 0.33% -
HSV(B) 65.68º 0.62% 0.47% -
XYZ 14.02 17.14 5.15 -
YUV 109.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 113 120 46 0.06 0 0.62 0.53 65.68 0.45 0.33
Hex 71 78 2E 6 0 3E 35 42 2D 21
Octal 161 170 56 6 0 76 65 102 55 41
Binary 1110001 1111000 101110 110 0 111110 110101 1000010 101101 100001

Color Harmonies of #71782E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71782E

Black with #71782E

Text Example


Text Example

White with #71782E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71782E;
 }
 .AnyTagClassName
 {
   color: #71782E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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