Html Css Color HEX #707D36 Rain Forest

📋 copy color: '#707D36'

red 112 ◦ green 125 ◦ blue 54

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

Shades of Rain Forest #707D36

Tints of Rain Forest #707D36

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.96%

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

R = 38.49%
G = 42.96%
B = 18.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#707D36 (or 0x707D36) is known color: Rain Forest. HEX triplet: 70, 7D and 36. RGB value is (112,125,54). Sum of RGB (Red+Green+Blue) = 112+125+54=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #707D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707D36 is #8F82C9. Grayscale: #717171. Windows color (decimal): -9405130 or 3571056. OLE color: 3571056.

HSL color Cylindrical-coordinate representation of color #707D36: hue angle of 70.99º 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 #707D36 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 125 54 -
CMYK 0.10 0 0.57 0.51
HSL 70.99º 0.4% 0.35% -
HSV(B) 70.99º 0.57% 0.49% -
XYZ 14.68 18.38 6.26 -
YUV 113.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 112 125 54 0.10 0 0.57 0.51 70.99 0.4 0.35
Hex 70 7D 36 A 0 39 33 47 28 23
Octal 160 175 66 12 0 71 63 107 50 43
Binary 1110000 1111101 110110 1010 0 111001 110011 1000111 101000 100011

Color Harmonies of #707D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D36

Black with #707D36

Text Example


Text Example

White with #707D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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