#7C821D

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

Shades of Trendy Green #7C821D

Tints of Trendy Green #7C821D

Color information

#7C821D (or 0x7C821D) is unknown color: approx Trendy Green. HEX triplet: 7C, 82 and 1D. RGB value is (124,130,29). Sum of RGB (Red+Green+Blue) = 124+130+29=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #7C821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C821D is #837DE2. Grayscale: #757575. Windows color (decimal): -8617443 or 1933948. OLE color: 1933948.

HSL color Cylindrical-coordinate representation of color #7C821D: hue angle of 63.56º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C821D is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB12413029-
CMYK0.0500.780.49
HSL63.56º63.52%31.18%-
HSV(B)63.56º77.69%50.98%-
XYZ16.5220.344.22-
YUV116.6978.51133.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.82%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 29 (11.72% from 255) = 10.25%
R=43.82%
G=45.94%
B=10.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124130290.0500.780.4963.5663.5231.18
Hex7C821D504E3140401f
Octal17420235501166110010037
Binary11111001000001011101101010011101100011000000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C821D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,130,29); }

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

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

 a { background-color: rgb(124,130,29); }

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

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

 span { border-color: rgb(124,130,29); }

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