Html Css Color HEX #70772F Rain Forest

📋 copy color: '#70772F'

red 112 ◦ green 119 ◦ blue 47

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

Shades of Rain Forest #70772F

Tints of Rain Forest #70772F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 40.29%
G = 42.81%
B = 16.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#70772F (or 0x70772F) is known color: Rain Forest. HEX triplet: 70, 77 and 2F. RGB value is (112,119,47). Sum of RGB (Red+Green+Blue) = 112+119+47=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #70772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70772F is #8F88D0. Grayscale: #6C6C6C. Windows color (decimal): -9406673 or 3110768. OLE color: 3110768.

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

Color convert

RGB 112 119 47 -
CMYK 0.06 0 0.61 0.53
HSL 65.83º 0.43% 0.33% -
HSV(B) 65.83º 0.61% 0.47% -
XYZ 13.79 16.84 5.21 -
YUV 108.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 112 119 47 0.06 0 0.61 0.53 65.83 0.43 0.33
Hex 70 77 2F 6 0 3D 35 42 2B 21
Octal 160 167 57 6 0 75 65 102 53 41
Binary 1110000 1110111 101111 110 0 111101 110101 1000010 101011 100001

Color Harmonies of #70772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70772F

Black with #70772F

Text Example


Text Example

White with #70772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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