Html Css Color HEX #707C34 Rain Forest

📋 copy color: '#707C34'

red 112 ◦ green 124 ◦ blue 52

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

Shades of Rain Forest #707C34

Tints of Rain Forest #707C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.06%

R = 38.89%
G = 43.06%
B = 18.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#707C34 (or 0x707C34) is known color: Rain Forest. HEX triplet: 70, 7C and 34. RGB value is (112,124,52). Sum of RGB (Red+Green+Blue) = 112+124+52=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #707C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C34 is #8F83CB. Grayscale: #707070. Windows color (decimal): -9405388 or 3439728. OLE color: 3439728.

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

Color convert

RGB 112 124 52 -
CMYK 0.10 0 0.58 0.51
HSL 70º 0.41% 0.35% -
HSV(B) 70º 0.58% 0.49% -
XYZ 14.51 18.11 5.98 -
YUV 112.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 112 124 52 0.10 0 0.58 0.51 70 0.41 0.35
Hex 70 7C 34 A 0 3A 33 46 29 23
Octal 160 174 64 12 0 72 63 106 51 43
Binary 1110000 1111100 110100 1010 0 111010 110011 1000110 101001 100011

Color Harmonies of #707C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C34

Black with #707C34

Text Example


Text Example

White with #707C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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