Html Css Color HEX #707532 Rain Forest

📋 copy color: '#707532'

red 112 ◦ green 117 ◦ blue 50

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

Shades of Rain Forest #707532

Tints of Rain Forest #707532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.92%

R = 40.14%
G = 41.94%
B = 17.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#707532 (or 0x707532) is known color: Rain Forest. HEX triplet: 70, 75 and 32. RGB value is (112,117,50). Sum of RGB (Red+Green+Blue) = 112+117+50=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #707532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707532 is #8F8ACD. Grayscale: #6C6C6C. Windows color (decimal): -9407182 or 3306864. OLE color: 3306864.

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

Color convert

RGB 112 117 50 -
CMYK 0.04 0 0.57 0.54
HSL 64.48º 0.4% 0.33% -
HSV(B) 64.48º 0.57% 0.46% -
XYZ 13.62 16.4 5.46 -
YUV 107.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 112 117 50 0.04 0 0.57 0.54 64.48 0.4 0.33
Hex 70 75 32 4 0 39 36 40 28 21
Octal 160 165 62 4 0 71 66 100 50 41
Binary 1110000 1110101 110010 100 0 111001 110110 1000000 101000 100001

Color Harmonies of #707532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707532

Black with #707532

Text Example


Text Example

White with #707532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707532; }

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

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

background-color css

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

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

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

border-color css

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

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

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