Html Css Color HEX #70773A Rain Forest

📋 copy color: '#70773A'

red 112 ◦ green 119 ◦ blue 58

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

Shades of Rain Forest #70773A

Tints of Rain Forest #70773A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.07%

R = 38.75%
G = 41.18%
B = 20.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#70773A (or 0x70773A) is known color: Rain Forest. HEX triplet: 70, 77 and 3A. RGB value is (112,119,58). Sum of RGB (Red+Green+Blue) = 112+119+58=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #70773A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70773A is #8F88C5. Grayscale: #6E6E6E. Windows color (decimal): -9406662 or 3831664. OLE color: 3831664.

HSL color Cylindrical-coordinate representation of color #70773A: hue angle of 66.89º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70773A is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 119 58 -
CMYK 0.06 0 0.51 0.53
HSL 66.89º 0.34% 0.35% -
HSV(B) 66.89º 0.51% 0.47% -
XYZ 14.04 16.94 6.53 -
YUV 109.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 112 119 58 0.06 0 0.51 0.53 66.89 0.34 0.35
Hex 70 77 3A 6 0 33 35 43 22 23
Octal 160 167 72 6 0 63 65 103 42 43
Binary 1110000 1110111 111010 110 0 110011 110101 1000011 100010 100011

Color Harmonies of #70773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70773A

Black with #70773A

Text Example


Text Example

White with #70773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70773A; }

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

 H1.HeaderClassName
 {
   color: #70773A;
 }
 .AnyTagClassName
 {
   color: #70773A;
 }
</style>

background-color css

<style>
 a { background-color: #70773A; }

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

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

border-color css

<style>
 span { border-color: #70773A; }

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

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