#7E8C1E

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

Shades of Trendy Green #7E8C1E

Tints of Trendy Green #7E8C1E

Color information

#7E8C1E (or 0x7E8C1E) is unknown color: approx Trendy Green. HEX triplet: 7E, 8C and 1E. RGB value is (126,140,30). Sum of RGB (Red+Green+Blue) = 126+140+30=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #7E8C1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8C1E is #8173E1. Grayscale: #7B7B7B. Windows color (decimal): -8483810 or 2002046. OLE color: 2002046.

HSL color Cylindrical-coordinate representation of color #7E8C1E: hue angle of 67.64º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E8C1E is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB12614030-
CMYK0.1000.790.45
HSL67.64º64.71%33.33%-
HSV(B)67.64º78.57%54.9%-
XYZ18.2223.294.76-
YUV123.2775.36129.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.57%
GREEN value IS 140 (55.08% from 255) = 47.30%
BLUE value IS 30 (12.11% from 255) = 10.14%
R=42.57%
G=47.30%
B=10.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126140300.1000.790.4567.6464.7133.33
Hex7E8C1EA04F2D444121
Octal176214361201175510410141
Binary1111110100011001111010100100111110110110001001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E8C1E; }

 p { color: rgb(126,140,30); }

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

<style>
 a { background-color: #7E8C1E; }

 a { background-color: rgb(126,140,30); }

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

<style>
 span { border-color: #7E8C1E; }

 span { border-color: rgb(126,140,30); }

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