#747A1C

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

Shades of Trendy Green #747A1C

Tints of Trendy Green #747A1C

Color information

#747A1C (or 0x747A1C) is unknown color: approx Trendy Green. HEX triplet: 74, 7A and 1C. RGB value is (116,122,28). Sum of RGB (Red+Green+Blue) = 116+122+28=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 122 - color contains mainly: green. Hex color #747A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A1C is #8B85E3. Grayscale: #6D6D6D. Windows color (decimal): -9143780 or 1866356. OLE color: 1866356.

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

Color convert

RGB11612228-
CMYK0.0500.770.52
HSL63.83º62.67%29.41%-
HSV(B)63.83º77.05%47.84%-
XYZ14.3717.723.76-
YUV109.4982.01132.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 122 (48.05% from 255) = 45.86%
BLUE value IS 28 (11.33% from 255) = 10.53%
R=43.61%
G=45.86%
B=10.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116122280.0500.770.5263.8362.6729.41
Hex747A1C504D34403f1d
Octal1641723450115641007735
Binary111010011110101110010101001101110100100000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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