Html Css Color HEX #707E39 Rain Forest

📋 copy color: '#707E39'

red 112 ◦ green 126 ◦ blue 57

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

Shades of Rain Forest #707E39

Tints of Rain Forest #707E39

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.71%

 BLUE value IS 57 (22.66% from 255) = 19.32%

R = 37.97%
G = 42.71%
B = 19.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#707E39 (or 0x707E39) is known color: Rain Forest. HEX triplet: 70, 7E and 39. RGB value is (112,126,57). Sum of RGB (Red+Green+Blue) = 112+126+57=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 126 - color contains mainly: green. Hex color #707E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707E39 is #8F81C6. Grayscale: #727272. Windows color (decimal): -9404871 or 3767920. OLE color: 3767920.

HSL color Cylindrical-coordinate representation of color #707E39: hue angle of 72.17º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #707E39 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 126 57 -
CMYK 0.11 0 0.55 0.51
HSL 72.17º 0.38% 0.36% -
HSV(B) 72.17º 0.55% 0.49% -
XYZ 14.88 18.66 6.69 -
YUV 113.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 112 126 57 0.11 0 0.55 0.51 72.17 0.38 0.36
Hex 70 7E 39 B 0 37 33 48 26 24
Octal 160 176 71 13 0 67 63 110 46 44
Binary 1110000 1111110 111001 1011 0 110111 110011 1001000 100110 100100

Color Harmonies of #707E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E39

Black with #707E39

Text Example


Text Example

White with #707E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,126,57); }

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

background-color css

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

 a { background-color: rgb(112,126,57); }

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

border-color css

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

 span { border-color: rgb(112,126,57); }

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