Html Css Color HEX #707539 Rain Forest

📋 copy color: '#707539'

red 112 ◦ green 117 ◦ blue 57

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

Shades of Rain Forest #707539

Tints of Rain Forest #707539

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.91%

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

R = 39.16%
G = 40.91%
B = 19.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#707539 (or 0x707539) is known color: Rain Forest. HEX triplet: 70, 75 and 39. RGB value is (112,117,57). Sum of RGB (Red+Green+Blue) = 112+117+57=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #707539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707539 is #8F8AC6. Grayscale: #6C6C6C. Windows color (decimal): -9407175 or 3765616. OLE color: 3765616.

HSL color Cylindrical-coordinate representation of color #707539: hue angle of 65º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #707539 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 57 -
CMYK 0.04 0 0.51 0.54
HSL 65º 0.34% 0.34% -
HSV(B) 65º 0.51% 0.46% -
XYZ 13.78 16.46 6.32 -
YUV 108.67 98.84 130.38 -
System Red Green Blue C M Y K H S L
Decimal 112 117 57 0.04 0 0.51 0.54 65 0.34 0.34
Hex 70 75 39 4 0 33 36 41 22 22
Octal 160 165 71 4 0 63 66 101 42 42
Binary 1110000 1110101 111001 100 0 110011 110110 1000001 100010 100010

Color Harmonies of #707539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707539

Black with #707539

Text Example


Text Example

White with #707539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707539; }

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

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

background-color css

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

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

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

border-color css

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

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

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