#7a8e1e

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

Shades of Trendy Green #7A8E1E

Tints of Trendy Green #7A8E1E

Color information

#7A8E1E (or 0x7A8E1E) is unknown color: approx Trendy Green. HEX triplet: 7A, 8E and 1E. RGB value is (122,142,30). Sum of RGB (Red+Green+Blue) = 122+142+30=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8E1E is #8571E1. Grayscale: #7B7B7B. Windows color (decimal): -8745442 or 2002554. OLE color: 2002554.

HSL color Cylindrical-coordinate representation of color #7A8E1E: hue angle of 70.71º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A8E1E is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB12214230-
CMYK0.1400.790.44
HSL70.71º65.12%33.73%-
HSV(B)70.71º78.87%55.69%-
XYZ17.9323.584.83-
YUV123.2575.37127.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.50%
GREEN value IS 142 (55.86% from 255) = 48.30%
BLUE value IS 30 (12.11% from 255) = 10.20%
R=41.50%
G=48.30%
B=10.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122142300.1400.790.4470.7165.1233.73
Hex7A8E1EE04F2C474122
Octal172216361601175410710142
Binary1111010100011101111011100100111110110010001111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a8e1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,142,30); }

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

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

 a { background-color: rgb(122,142,30); }

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

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

 span { border-color: rgb(122,142,30); }

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