#7A7D31

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

Shades of Trendy Green #7A7D31

Tints of Trendy Green #7A7D31

Color information

#7A7D31 (or 0x7A7D31) is unknown color: approx Trendy Green. HEX triplet: 7A, 7D and 31. RGB value is (122,125,49). Sum of RGB (Red+Green+Blue) = 122+125+49=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 125 - color contains mainly: green. Hex color #7A7D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7D31 is #8582CE. Grayscale: #737373. Windows color (decimal): -8749775 or 3243386. OLE color: 3243386.

HSL color Cylindrical-coordinate representation of color #7A7D31: hue angle of 62.37º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A7D31 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB12212549-
CMYK0.0200.610.51
HSL62.37º43.68%34.12%-
HSV(B)62.37º60.8%49.02%-
XYZ15.9119.035.74-
YUV115.4490.51132.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.22%
GREEN value IS 125 (49.22% from 255) = 42.23%
BLUE value IS 49 (19.53% from 255) = 16.55%
R=41.22%
G=42.23%
B=16.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122125490.0200.610.5162.3743.6834.12
Hex7A7D31203D333e2c22
Octal17217561207563765442
Binary11110101111101110001100111101110011111110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,125,49); }

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

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

 a { background-color: rgb(122,125,49); }

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

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

 span { border-color: rgb(122,125,49); }

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