#7C8020

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

Shades of Trendy Green #7C8020

Tints of Trendy Green #7C8020

Color information

#7C8020 (or 0x7C8020) is unknown color: approx Trendy Green. HEX triplet: 7C, 80 and 20. RGB value is (124,128,32). Sum of RGB (Red+Green+Blue) = 124+128+32=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #7C8020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8020 is #837FDF. Grayscale: #747474. Windows color (decimal): -8617952 or 2130044. OLE color: 2130044.

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

Color convert

RGB12412832-
CMYK0.0300.750.50
HSL62.5º60%31.37%-
HSV(B)62.5º75%50.2%-
XYZ16.2919.834.33-
YUV115.8680.67133.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.66%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 32 (12.89% from 255) = 11.27%
R=43.66%
G=45.07%
B=11.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal124128320.0300.750.5062.56031.37
Hex7C8020304B323f3c1f
Octal174200403011362777437
Binary111110010000000100000110100101111001011111111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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