#7C8021

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

Shades of Trendy Green #7C8021

Tints of Trendy Green #7C8021

Color information

#7C8021 (or 0x7C8021) is unknown color: approx Trendy Green. HEX triplet: 7C, 80 and 21. RGB value is (124,128,33). Sum of RGB (Red+Green+Blue) = 124+128+33=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #7C8021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8021 is #837FDE. Grayscale: #747474. Windows color (decimal): -8617951 or 2195580. OLE color: 2195580.

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

Color convert

RGB12412833-
CMYK0.0300.740.50
HSL62.53º59.01%31.57%-
HSV(B)62.53º74.22%50.2%-
XYZ16.3119.834.41-
YUV115.9781.17133.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=43.51%
G=44.91%
B=11.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal124128330.0300.740.5062.5359.0131.57
Hex7C8021304A323f3b20
Octal174200413011262777340
Binary1111100100000001000011101001010110010111111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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