#7D821C

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

Shades of Trendy Green #7D821C

Tints of Trendy Green #7D821C

Color information

#7D821C (or 0x7D821C) is unknown color: approx Trendy Green. HEX triplet: 7D, 82 and 1C. RGB value is (125,130,28). Sum of RGB (Red+Green+Blue) = 125+130+28=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #7D821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D821C is #827DE3. Grayscale: #757575. Windows color (decimal): -8551908 or 1868413. OLE color: 1868413.

HSL color Cylindrical-coordinate representation of color #7D821C: hue angle of 62.94º degrees, saturation: 0.65, 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 #7D821C is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB12513028-
CMYK0.0400.780.49
HSL62.94º64.56%30.98%-
HSV(B)62.94º78.46%50.98%-
XYZ16.6520.414.16-
YUV116.8877.84133.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.17%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 28 (11.33% from 255) = 9.89%
R=44.17%
G=45.94%
B=9.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125130280.0400.780.4962.9464.5630.98
Hex7D821C404E313f411f
Octal1752023440116617710137
Binary1111101100000101110010001001110110001111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D821C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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