#7c802a

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

Shades of Trendy Green #7C802A

Tints of Trendy Green #7C802A

Color information

#7C802A (or 0x7C802A) is unknown color: approx Trendy Green. HEX triplet: 7C, 80 and 2A. RGB value is (124,128,42). Sum of RGB (Red+Green+Blue) = 124+128+42=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #7C802A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C802A is #837FD5. Grayscale: #757575. Windows color (decimal): -8617942 or 2785404. OLE color: 2785404.

HSL color Cylindrical-coordinate representation of color #7C802A: hue angle of 62.79º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C802A is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB12412842-
CMYK0.0300.670.50
HSL62.79º50.59%33.33%-
HSV(B)62.79º67.19%50.2%-
XYZ16.4519.895.16-
YUV11785.67132.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.18%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=42.18%
G=43.54%
B=14.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal124128420.0300.670.5062.7950.5933.33
Hex7C802A3043323f3321
Octal174200523010362776341
Binary1111100100000001010101101000011110010111111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c802a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,128,42); }

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

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

 a { background-color: rgb(124,128,42); }

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

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

 span { border-color: rgb(124,128,42); }

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