#747A21

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

Shades of Trendy Green #747A21

Tints of Trendy Green #747A21

Color information

#747A21 (or 0x747A21) is unknown color: approx Trendy Green. HEX triplet: 74, 7A and 21. RGB value is (116,122,33). Sum of RGB (Red+Green+Blue) = 116+122+33=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #747A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A21 is #8B85DE. Grayscale: #6E6E6E. Windows color (decimal): -9143775 or 2194036. OLE color: 2194036.

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

Color convert

RGB11612233-
CMYK0.0500.730.52
HSL64.04º57.42%30.39%-
HSV(B)64.04º72.95%47.84%-
XYZ14.4417.744.1-
YUV110.0684.51132.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 122 (48.05% from 255) = 45.02%
BLUE value IS 33 (13.28% from 255) = 12.18%
R=42.80%
G=45.02%
B=12.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116122330.0500.730.5264.0457.4230.39
Hex747A2150493440391e
Octal1641724150111641007136
Binary1110100111101010000110101001001110100100000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747A21; }

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

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

<style>
 a { background-color: #747A21; }

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

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

<style>
 span { border-color: #747A21; }

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

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