#7A8424

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

Shades of Trendy Green #7A8424

Tints of Trendy Green #7A8424

Color information

#7A8424 (or 0x7A8424) is unknown color: approx Trendy Green. HEX triplet: 7A, 84 and 24. RGB value is (122,132,36). Sum of RGB (Red+Green+Blue) = 122+132+36=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8424 is #857BDB. Grayscale: #767676. Windows color (decimal): -8747996 or 2393210. OLE color: 2393210.

HSL color Cylindrical-coordinate representation of color #7A8424: hue angle of 66.25º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A8424 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB12213236-
CMYK0.0800.730.48
HSL66.25º57.14%32.94%-
HSV(B)66.25º72.73%51.76%-
XYZ16.620.774.8-
YUV118.0781.69130.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.07%
GREEN value IS 132 (51.95% from 255) = 45.52%
BLUE value IS 36 (14.45% from 255) = 12.41%
R=42.07%
G=45.52%
B=12.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122132360.0800.730.4866.2557.1432.94
Hex7A8424804930423921
Octal17220444100111601027141
Binary1111010100001001001001000010010011100001000010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,132,36); }

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

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

 a { background-color: rgb(122,132,36); }

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

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

 span { border-color: rgb(122,132,36); }

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