Html Css Color HEX #707C2C Rain Forest

📋 copy color: '#707C2C'

red 112 ◦ green 124 ◦ blue 44

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

Shades of Rain Forest #707C2C

Tints of Rain Forest #707C2C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.29%

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 40%
G = 44.29%
B = 15.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#707C2C (or 0x707C2C) is known color: Rain Forest. HEX triplet: 70, 7C and 2C. RGB value is (112,124,44). Sum of RGB (Red+Green+Blue) = 112+124+44=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #707C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C2C is #8F83D3. Grayscale: #6F6F6F. Windows color (decimal): -9405396 or 2915440. OLE color: 2915440.

HSL color Cylindrical-coordinate representation of color #707C2C: hue angle of 69º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #707C2C is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 124 44 -
CMYK 0.10 0 0.65 0.51
HSL 69º 0.48% 0.33% -
HSV(B) 69º 0.65% 0.49% -
XYZ 14.34 18.04 5.11 -
YUV 111.29 90.02 128.5 -
System Red Green Blue C M Y K H S L
Decimal 112 124 44 0.10 0 0.65 0.51 69 0.48 0.33
Hex 70 7C 2C A 0 41 33 45 30 21
Octal 160 174 54 12 0 101 63 105 60 41
Binary 1110000 1111100 101100 1010 0 1000001 110011 1000101 110000 100001

Color Harmonies of #707C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C2C

Black with #707C2C

Text Example


Text Example

White with #707C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707C2C; }

 p { color: rgb(112,124,44); }

 H1.HeaderClassName
 {
   color: #707C2C;
 }
 .AnyTagClassName
 {
   color: #707C2C;
 }
</style>

background-color css

<style>
 a { background-color: #707C2C; }

 a { background-color: rgb(112,124,44); }

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

border-color css

<style>
 span { border-color: #707C2C; }

 span { border-color: rgb(112,124,44); }

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