#7E7A1A

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

Shades of Trendy Green #7E7A1A

Tints of Trendy Green #7E7A1A

Color information

#7E7A1A (or 0x7E7A1A) is unknown color: approx Trendy Green. HEX triplet: 7E, 7A and 1A. RGB value is (126,122,26). Sum of RGB (Red+Green+Blue) = 126+122+26=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7A1A is #8185E5. Grayscale: #707070. Windows color (decimal): -8488422 or 1735294. OLE color: 1735294.

HSL color Cylindrical-coordinate representation of color #7E7A1A: hue angle of 57.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 #7E7A1A is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB12612226-
CMYK00.030.790.51
HSL57.6º65.79%29.8%-
HSV(B)57.6º79.37%49.41%-
XYZ15.7518.433.7-
YUV112.2579.33137.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.99%
GREEN value IS 122 (48.05% from 255) = 44.53%
BLUE value IS 26 (10.55% from 255) = 9.49%
R=45.99%
G=44.53%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261222600.030.790.5157.665.7929.8
Hex7E7A1A034F333a421e
Octal1761723203117637210236
Binary11111101111010110100111001111110011111010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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