#7D821A

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

Shades of Trendy Green #7D821A

Tints of Trendy Green #7D821A

Color information

#7D821A (or 0x7D821A) is unknown color: approx Trendy Green. HEX triplet: 7D, 82 and 1A. RGB value is (125,130,26). Sum of RGB (Red+Green+Blue) = 125+130+26=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #7D821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D821A is #827DE5. Grayscale: #757575. Windows color (decimal): -8551910 or 1737341. OLE color: 1737341.

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

Color convert

RGB12513026-
CMYK0.0400.80.49
HSL62.88º66.67%30.59%-
HSV(B)62.88º80%50.98%-
XYZ16.6320.44.04-
YUV116.6576.84133.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.48%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 26 (10.55% from 255) = 9.25%
R=44.48%
G=46.26%
B=9.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125130260.0400.80.4962.8866.6730.59
Hex7D821A4050313f431f
Octal1752023240120617710337
Binary1111101100000101101010001010000110001111111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,130,26); }

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

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

 a { background-color: rgb(125,130,26); }

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

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

 span { border-color: rgb(125,130,26); }

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