#7D822B

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

Shades of Trendy Green #7D822B

Tints of Trendy Green #7D822B

Color information

#7D822B (or 0x7D822B) is unknown color: approx Trendy Green. HEX triplet: 7D, 82 and 2B. RGB value is (125,130,43). Sum of RGB (Red+Green+Blue) = 125+130+43=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #7D822B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D822B is #827DD4. Grayscale: #767676. Windows color (decimal): -8551893 or 2851453. OLE color: 2851453.

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

Color convert

RGB12513043-
CMYK0.0400.670.49
HSL63.45º50.29%33.92%-
HSV(B)63.45º66.92%50.98%-
XYZ16.8820.55.35-
YUV118.5985.34132.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.95%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 43 (17.19% from 255) = 14.43%
R=41.95%
G=43.62%
B=14.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125130430.0400.670.4963.4550.2933.92
Hex7D822B4043313f3222
Octal175202534010361776242
Binary11111011000001010101110001000011110001111111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D822B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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