Html Css Color HEX #707634 Rain Forest

📋 copy color: '#707634'

red 112 ◦ green 118 ◦ blue 52

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

Shades of Rain Forest #707634

Tints of Rain Forest #707634

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.84%

 BLUE value IS 52 (20.7% from 255) = 18.44%

R = 39.72%
G = 41.84%
B = 18.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#707634 (or 0x707634) is known color: Rain Forest. HEX triplet: 70, 76 and 34. RGB value is (112,118,52). Sum of RGB (Red+Green+Blue) = 112+118+52=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #707634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707634 is #8F89CB. Grayscale: #6C6C6C. Windows color (decimal): -9406924 or 3438192. OLE color: 3438192.

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

Color convert

RGB 112 118 52 -
CMYK 0.05 0 0.56 0.54
HSL 65.45º 0.39% 0.33% -
HSV(B) 65.45º 0.56% 0.46% -
XYZ 13.78 16.65 5.74 -
YUV 108.68 96.01 130.37 -
System Red Green Blue C M Y K H S L
Decimal 112 118 52 0.05 0 0.56 0.54 65.45 0.39 0.33
Hex 70 76 34 5 0 38 36 41 27 21
Octal 160 166 64 5 0 70 66 101 47 41
Binary 1110000 1110110 110100 101 0 111000 110110 1000001 100111 100001

Color Harmonies of #707634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707634

Black with #707634

Text Example


Text Example

White with #707634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707634; }

 p { color: rgb(112,118,52); }

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

background-color css

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

 a { background-color: rgb(112,118,52); }

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

border-color css

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

 span { border-color: rgb(112,118,52); }

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