#707E1F

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

Shades of Trendy Green #707E1F

Tints of Trendy Green #707E1F

Color information

#707E1F (or 0x707E1F) is unknown color: approx Trendy Green. HEX triplet: 70, 7E and 1F. RGB value is (112,126,31). Sum of RGB (Red+Green+Blue) = 112+126+31=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #707E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707E1F is #8F81E0. Grayscale: #6F6F6F. Windows color (decimal): -9404897 or 2063984. OLE color: 2063984.

HSL color Cylindrical-coordinate representation of color #707E1F: hue angle of 68.84º degrees, saturation: 0.61, 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 #707E1F is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB11212631-
CMYK0.1100.750.51
HSL68.84º60.51%30.78%-
HSV(B)68.84º75.4%49.41%-
XYZ14.3918.474.1-
YUV110.9882.86128.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 126 (49.61% from 255) = 46.84%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=41.64%
G=46.84%
B=11.52%

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
Decimal112126310.1100.750.5168.8460.5130.78
Hex707E1FB04B33453d1f
Octal16017637130113631057537
Binary1110000111111011111101101001011110011100010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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