#707E20

Color #707E20 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #707E20

Tints of Trendy Green #707E20

Color information

#707E20 (or 0x707E20) is unknown color: approx Trendy Green. HEX triplet: 70, 7E and 20. RGB value is (112,126,32). Sum of RGB (Red+Green+Blue) = 112+126+32=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 126 - color contains mainly: green. Hex color #707E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707E20 is #8F81DF. Grayscale: #6F6F6F. Windows color (decimal): -9404896 or 2129520. OLE color: 2129520.

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

Color convert

RGB11212632-
CMYK0.1100.750.51
HSL68.94º59.49%30.98%-
HSV(B)68.94º74.6%49.41%-
XYZ14.418.474.17-
YUV111.183.36128.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 126 (49.61% from 255) = 46.67%
BLUE value IS 32 (12.89% from 255) = 11.85%
R=41.48%
G=46.67%
B=11.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112126320.1100.750.5168.9459.4930.98
Hex707E20B04B33453b1f
Octal16017640130113631057337
Binary11100001111110100000101101001011110011100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #707E20;
 }
 .AnyTagClassName
 {
   color: #707E20;
 }
</style>
background-color css

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

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

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

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

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

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