#7D841E

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

Shades of Trendy Green #7D841E

Tints of Trendy Green #7D841E

Color information

#7D841E (or 0x7D841E) is unknown color: approx Trendy Green. HEX triplet: 7D, 84 and 1E. RGB value is (125,132,30). Sum of RGB (Red+Green+Blue) = 125+132+30=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #7D841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D841E is #827BE1. Grayscale: #767676. Windows color (decimal): -8551394 or 1999997. OLE color: 1999997.

HSL color Cylindrical-coordinate representation of color #7D841E: hue angle of 64.12º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D841E is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB12513230-
CMYK0.0500.770.48
HSL64.12º62.96%31.76%-
HSV(B)64.12º77.27%51.76%-
XYZ16.9420.964.38-
YUV118.2878.18132.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.55%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 30 (12.11% from 255) = 10.45%
R=43.55%
G=45.99%
B=10.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125132300.0500.770.4864.1262.9631.76
Hex7D841E504D30403f20
Octal1752043650115601007740
Binary11111011000010011110101010011011100001000000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,132,30); }

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

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

 a { background-color: rgb(125,132,30); }

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

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

 span { border-color: rgb(125,132,30); }

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