Html Css Color HEX #707C20 Rain Forest

📋 copy color: '#707C20'

red 112 ◦ green 124 ◦ blue 32

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

Shades of Rain Forest #707C20

Tints of Rain Forest #707C20

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.27%

 BLUE value IS 32 (12.89% from 255) = 11.94%

R = 41.79%
G = 46.27%
B = 11.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#707C20 (or 0x707C20) is known color: Rain Forest. HEX triplet: 70, 7C and 20. RGB value is (112,124,32). Sum of RGB (Red+Green+Blue) = 112+124+32=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #707C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C20 is #8F83DF. Grayscale: #6E6E6E. Windows color (decimal): -9405408 or 2129008. OLE color: 2129008.

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

Color convert

RGB 112 124 32 -
CMYK 0.10 0 0.74 0.51
HSL 67.83º 0.59% 0.31% -
HSV(B) 67.83º 0.74% 0.49% -
XYZ 14.15 17.96 4.09 -
YUV 109.92 84.02 129.48 -
System Red Green Blue C M Y K H S L
Decimal 112 124 32 0.10 0 0.74 0.51 67.83 0.59 0.31
Hex 70 7C 20 A 0 4A 33 44 3B 1F
Octal 160 174 40 12 0 112 63 104 73 37
Binary 1110000 1111100 100000 1010 0 1001010 110011 1000100 111011 11111

Color Harmonies of #707C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C20

Black with #707C20

Text Example


Text Example

White with #707C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,124,32); }

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

background-color css

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

 a { background-color: rgb(112,124,32); }

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

border-color css

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

 span { border-color: rgb(112,124,32); }

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