#7A911E

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

Shades of Trendy Green #7A911E

Tints of Trendy Green #7A911E

Color information

#7A911E (or 0x7A911E) is unknown color: approx Trendy Green. HEX triplet: 7A, 91 and 1E. RGB value is (122,145,30). Sum of RGB (Red+Green+Blue) = 122+145+30=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #7A911E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A911E is #856EE1. Grayscale: #7D7D7D. Windows color (decimal): -8744674 or 2003322. OLE color: 2003322.

HSL color Cylindrical-coordinate representation of color #7A911E: hue angle of 72º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A911E is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB12214530-
CMYK0.1600.790.43
HSL72º65.71%34.31%-
HSV(B)72º79.31%56.86%-
XYZ18.3924.484.98-
YUV125.0174.38125.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.08%
GREEN value IS 145 (57.03% from 255) = 48.82%
BLUE value IS 30 (12.11% from 255) = 10.10%
R=41.08%
G=48.82%
B=10.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122145300.1600.790.437265.7134.31
Hex7A911E1004F2B484222
Octal172221362001175311010242
Binary11110101001000111110100000100111110101110010001000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A911E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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