#7D7E1A

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

Shades of Trendy Green #7D7E1A

Tints of Trendy Green #7D7E1A

Color information

#7D7E1A (or 0x7D7E1A) is unknown color: approx Trendy Green. HEX triplet: 7D, 7E and 1A. RGB value is (125,126,26). Sum of RGB (Red+Green+Blue) = 125+126+26=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 126 - color contains mainly: green. Hex color #7D7E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7E1A is #8281E5. Grayscale: #727272. Windows color (decimal): -8552934 or 1736317. OLE color: 1736317.

HSL color Cylindrical-coordinate representation of color #7D7E1A: hue angle of 60.6º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D7E1A is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB12512626-
CMYK0.0100.790.51
HSL60.6º65.79%29.8%-
HSV(B)60.6º79.37%49.41%-
XYZ16.119.363.86-
YUV114.378.17135.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.13%
GREEN value IS 126 (49.61% from 255) = 45.49%
BLUE value IS 26 (10.55% from 255) = 9.39%
R=45.13%
G=45.49%
B=9.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125126260.0100.790.5160.665.7929.8
Hex7D7E1A104F333d421e
Octal1751763210117637510236
Binary1111101111111011010101001111110011111101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,126,26); }

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

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

 a { background-color: rgb(125,126,26); }

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

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

 span { border-color: rgb(125,126,26); }

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