Html Css Color HEX #707E2B Rain Forest

📋 copy color: '#707E2B'

red 112 ◦ green 126 ◦ blue 43

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

Shades of Rain Forest #707E2B

Tints of Rain Forest #707E2B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.84%

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 39.86%
G = 44.84%
B = 15.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#707E2B (or 0x707E2B) is known color: Rain Forest. HEX triplet: 70, 7E and 2B. RGB value is (112,126,43). Sum of RGB (Red+Green+Blue) = 112+126+43=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 126 - color contains mainly: green. Hex color #707E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707E2B is #8F81D4. Grayscale: #707070. Windows color (decimal): -9404885 or 2850416. OLE color: 2850416.

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

Color convert

RGB 112 126 43 -
CMYK 0.11 0 0.66 0.51
HSL 70.12º 0.49% 0.33% -
HSV(B) 70.12º 0.66% 0.49% -
XYZ 14.58 18.54 5.1 -
YUV 112.35 88.86 127.75 -
System Red Green Blue C M Y K H S L
Decimal 112 126 43 0.11 0 0.66 0.51 70.12 0.49 0.33
Hex 70 7E 2B B 0 42 33 46 31 21
Octal 160 176 53 13 0 102 63 106 61 41
Binary 1110000 1111110 101011 1011 0 1000010 110011 1000110 110001 100001

Color Harmonies of #707E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E2B

Black with #707E2B

Text Example


Text Example

White with #707E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,126,43); }

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

background-color css

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

 a { background-color: rgb(112,126,43); }

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

border-color css

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

 span { border-color: rgb(112,126,43); }

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