Html Css Color HEX #707535 Rain Forest

📋 copy color: '#707535'

red 112 ◦ green 117 ◦ blue 53

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

Shades of Rain Forest #707535

Tints of Rain Forest #707535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.79%

R = 39.72%
G = 41.49%
B = 18.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#707535 (or 0x707535) is known color: Rain Forest. HEX triplet: 70, 75 and 35. RGB value is (112,117,53). Sum of RGB (Red+Green+Blue) = 112+117+53=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #707535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707535 is #8F8ACA. Grayscale: #6C6C6C. Windows color (decimal): -9407179 or 3503472. OLE color: 3503472.

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

Color convert

RGB 112 117 53 -
CMYK 0.04 0 0.55 0.54
HSL 64.69º 0.38% 0.33% -
HSV(B) 64.69º 0.55% 0.46% -
XYZ 13.69 16.42 5.82 -
YUV 108.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 112 117 53 0.04 0 0.55 0.54 64.69 0.38 0.33
Hex 70 75 35 4 0 37 36 41 26 21
Octal 160 165 65 4 0 67 66 101 46 41
Binary 1110000 1110101 110101 100 0 110111 110110 1000001 100110 100001

Color Harmonies of #707535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707535

Black with #707535

Text Example


Text Example

White with #707535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707535; }

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

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

background-color css

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

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

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

border-color css

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

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

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