Html Css Color HEX #707D2D Rain Forest

📋 copy color: '#707D2D'

red 112 ◦ green 125 ◦ blue 45

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

Shades of Rain Forest #707D2D

Tints of Rain Forest #707D2D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.33%

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 39.72%
G = 44.33%
B = 15.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#707D2D (or 0x707D2D) is known color: Rain Forest. HEX triplet: 70, 7D and 2D. RGB value is (112,125,45). Sum of RGB (Red+Green+Blue) = 112+125+45=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 125 (49.22% from 255 or 44.33% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 125 - color contains mainly: green. Hex color #707D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707D2D is #8F82D2. Grayscale: #707070. Windows color (decimal): -9405139 or 2981232. OLE color: 2981232.

HSL color Cylindrical-coordinate representation of color #707D2D: hue angle of 69.75º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #707D2D is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 125 45 -
CMYK 0.10 0 0.64 0.51
HSL 69.75º 0.47% 0.33% -
HSV(B) 69.75º 0.64% 0.49% -
XYZ 14.49 18.3 5.25 -
YUV 111.99 90.19 128 -
System Red Green Blue C M Y K H S L
Decimal 112 125 45 0.10 0 0.64 0.51 69.75 0.47 0.33
Hex 70 7D 2D A 0 40 33 46 2F 21
Octal 160 175 55 12 0 100 63 106 57 41
Binary 1110000 1111101 101101 1010 0 1000000 110011 1000110 101111 100001

Color Harmonies of #707D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D2D

Black with #707D2D

Text Example


Text Example

White with #707D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707D2D; }

 p { color: rgb(112,125,45); }

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

background-color css

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

 a { background-color: rgb(112,125,45); }

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

border-color css

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

 span { border-color: rgb(112,125,45); }

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