Html Css Color HEX #70772B Rain Forest

📋 copy color: '#70772B'

red 112 ◦ green 119 ◦ blue 43

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

Shades of Rain Forest #70772B

Tints of Rain Forest #70772B

RGB

 RED value IS 112 (44.14% from 255) = 40.88%

 GREEN value IS 119 (46.88% from 255) = 43.43%

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 40.88%
G = 43.43%
B = 15.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#70772B (or 0x70772B) is known color: Rain Forest. HEX triplet: 70, 77 and 2B. RGB value is (112,119,43). Sum of RGB (Red+Green+Blue) = 112+119+43=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #70772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70772B is #8F88D4. Grayscale: #6C6C6C. Windows color (decimal): -9406677 or 2848624. OLE color: 2848624.

HSL color Cylindrical-coordinate representation of color #70772B: hue angle of 65.53º 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 #70772B is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 119 43 -
CMYK 0.06 0 0.64 0.53
HSL 65.53º 0.47% 0.32% -
HSV(B) 65.53º 0.64% 0.47% -
XYZ 13.71 16.81 4.81 -
YUV 108.24 91.18 130.68 -
System Red Green Blue C M Y K H S L
Decimal 112 119 43 0.06 0 0.64 0.53 65.53 0.47 0.32
Hex 70 77 2B 6 0 40 35 42 2F 20
Octal 160 167 53 6 0 100 65 102 57 40
Binary 1110000 1110111 101011 110 0 1000000 110101 1000010 101111 100000

Color Harmonies of #70772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70772B

Black with #70772B

Text Example


Text Example

White with #70772B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,119,43); }

 H1.HeaderClassName
 {
   color: #70772B;
 }
 .AnyTagClassName
 {
   color: #70772B;
 }
</style>

background-color css

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

 a { background-color: rgb(112,119,43); }

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

border-color css

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

 span { border-color: rgb(112,119,43); }

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