Html Css Color HEX #70773B Rain Forest

📋 copy color: '#70773B'

red 112 ◦ green 119 ◦ blue 59

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

Shades of Rain Forest #70773B

Tints of Rain Forest #70773B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.34%

R = 38.62%
G = 41.03%
B = 20.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#70773B (or 0x70773B) is known color: Rain Forest. HEX triplet: 70, 77 and 3B. RGB value is (112,119,59). Sum of RGB (Red+Green+Blue) = 112+119+59=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #70773B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70773B is #8F88C4. Grayscale: #6E6E6E. Windows color (decimal): -9406661 or 3897200. OLE color: 3897200.

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

Color convert

RGB 112 119 59 -
CMYK 0.06 0 0.50 0.53
HSL 67º 0.34% 0.35% -
HSV(B) 67º 0.5% 0.47% -
XYZ 14.07 16.95 6.67 -
YUV 110.07 99.18 129.38 -
System Red Green Blue C M Y K H S L
Decimal 112 119 59 0.06 0 0.50 0.53 67 0.34 0.35
Hex 70 77 3B 6 0 32 35 43 22 23
Octal 160 167 73 6 0 62 65 103 42 43
Binary 1110000 1110111 111011 110 0 110010 110101 1000011 100010 100011

Color Harmonies of #70773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70773B

Black with #70773B

Text Example


Text Example

White with #70773B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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