Html Css Color HEX #707538 Rain Forest

📋 copy color: '#707538'

red 112 ◦ green 117 ◦ blue 56

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

Shades of Rain Forest #707538

Tints of Rain Forest #707538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.65%

R = 39.3%
G = 41.05%
B = 19.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#707538 (or 0x707538) is known color: Rain Forest. HEX triplet: 70, 75 and 38. RGB value is (112,117,56). Sum of RGB (Red+Green+Blue) = 112+117+56=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #707538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707538 is #8F8AC7. Grayscale: #6C6C6C. Windows color (decimal): -9407176 or 3700080. OLE color: 3700080.

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

Color convert

RGB 112 117 56 -
CMYK 0.04 0 0.52 0.54
HSL 64.92º 0.35% 0.34% -
HSV(B) 64.92º 0.52% 0.46% -
XYZ 13.76 16.45 6.19 -
YUV 108.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 112 117 56 0.04 0 0.52 0.54 64.92 0.35 0.34
Hex 70 75 38 4 0 34 36 41 23 22
Octal 160 165 70 4 0 64 66 101 43 42
Binary 1110000 1110101 111000 100 0 110100 110110 1000001 100011 100010

Color Harmonies of #707538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707538

Black with #707538

Text Example


Text Example

White with #707538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707538; }

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

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

background-color css

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

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

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

border-color css

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

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

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