#7A791F

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

Shades of Trendy Green #7A791F

Tints of Trendy Green #7A791F

Color information

#7A791F (or 0x7A791F) is unknown color: approx Trendy Green. HEX triplet: 7A, 79 and 1F. RGB value is (122,121,31). Sum of RGB (Red+Green+Blue) = 122+121+31=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A791F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A791F is #8586E0. Grayscale: #6F6F6F. Windows color (decimal): -8750817 or 2062714. OLE color: 2062714.

HSL color Cylindrical-coordinate representation of color #7A791F: hue angle of 59.34º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A791F is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB12212131-
CMYK00.010.750.52
HSL59.34º59.48%30%-
HSV(B)59.34º74.59%47.84%-
XYZ15.1117.913.96-
YUV111.0482.83135.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.53%
GREEN value IS 121 (47.66% from 255) = 44.16%
BLUE value IS 31 (12.5% from 255) = 11.31%
R=44.53%
G=44.16%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221213100.010.750.5259.3459.4830
Hex7A791F014B343b3b1e
Octal172171370111364737336
Binary111101011110011111101100101111010011101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A791F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,121,31); }

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

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

 a { background-color: rgb(122,121,31); }

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

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

 span { border-color: rgb(122,121,31); }

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