Html Css Color HEX #707E36 Rain Forest

📋 copy color: '#707E36'

red 112 ◦ green 126 ◦ blue 54

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

Shades of Rain Forest #707E36

Tints of Rain Forest #707E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.49%

R = 38.36%
G = 43.15%
B = 18.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#707E36 (or 0x707E36) is known color: Rain Forest. HEX triplet: 70, 7E and 36. RGB value is (112,126,54). Sum of RGB (Red+Green+Blue) = 112+126+54=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #707E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707E36 is #8F81C9. Grayscale: #717171. Windows color (decimal): -9404874 or 3571312. OLE color: 3571312.

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

Color convert

RGB 112 126 54 -
CMYK 0.11 0 0.57 0.51
HSL 71.67º 0.4% 0.35% -
HSV(B) 71.67º 0.57% 0.49% -
XYZ 14.81 18.63 6.31 -
YUV 113.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 112 126 54 0.11 0 0.57 0.51 71.67 0.4 0.35
Hex 70 7E 36 B 0 39 33 48 28 23
Octal 160 176 66 13 0 71 63 110 50 43
Binary 1110000 1111110 110110 1011 0 111001 110011 1001000 101000 100011

Color Harmonies of #707E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E36

Black with #707E36

Text Example


Text Example

White with #707E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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