#7A8021

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

Shades of Trendy Green #7A8021

Tints of Trendy Green #7A8021

Color information

#7A8021 (or 0x7A8021) is unknown color: approx Trendy Green. HEX triplet: 7A, 80 and 21. RGB value is (122,128,33). Sum of RGB (Red+Green+Blue) = 122+128+33=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #7A8021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8021 is #857FDE. Grayscale: #737373. Windows color (decimal): -8749023 or 2195578. OLE color: 2195578.

HSL color Cylindrical-coordinate representation of color #7A8021: hue angle of 63.79º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A8021 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB12212833-
CMYK0.0500.740.50
HSL63.79º59.01%31.57%-
HSV(B)63.79º74.22%50.2%-
XYZ16.0219.694.39-
YUV115.3881.51132.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.11%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 33 (13.28% from 255) = 11.66%
R=43.11%
G=45.23%
B=11.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122128330.0500.740.5063.7959.0131.57
Hex7A8021504A32403b20
Octal1722004150112621007340
Binary111101010000000100001101010010101100101000000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,128,33); }

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

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

 a { background-color: rgb(122,128,33); }

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

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

 span { border-color: rgb(122,128,33); }

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