#7A9121

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

Shades of Trendy Green #7A9121

Tints of Trendy Green #7A9121

Color information

#7A9121 (or 0x7A9121) is unknown color: approx Trendy Green. HEX triplet: 7A, 91 and 21. RGB value is (122,145,33). Sum of RGB (Red+Green+Blue) = 122+145+33=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #7A9121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9121 is #856EDE. Grayscale: #7D7D7D. Windows color (decimal): -8744671 or 2199930. OLE color: 2199930.

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

Color convert

RGB12214533-
CMYK0.1600.770.43
HSL72.32º62.92%34.9%-
HSV(B)72.32º77.24%56.86%-
XYZ18.4324.55.2-
YUV125.3575.88125.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.67%
GREEN value IS 145 (57.03% from 255) = 48.33%
BLUE value IS 33 (13.28% from 255) = 11%
R=40.67%
G=48.33%
B=11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122145330.1600.770.4372.3262.9234.9
Hex7A91211004D2B483f23
Octal17222141200115531107743
Binary11110101001000110000110000010011011010111001000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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