#7F822D

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

Shades of Trendy Green #7F822D

Tints of Trendy Green #7F822D

Color information

#7F822D (or 0x7F822D) is unknown color: approx Trendy Green. HEX triplet: 7F, 82 and 2D. RGB value is (127,130,45). Sum of RGB (Red+Green+Blue) = 127+130+45=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #7F822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F822D is #807DD2. Grayscale: #777777. Windows color (decimal): -8420819 or 2982527. OLE color: 2982527.

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

Color convert

RGB12713045-
CMYK0.0200.650.49
HSL62.12º48.57%34.31%-
HSV(B)62.12º65.38%50.98%-
XYZ17.2120.675.56-
YUV119.4186.01133.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.05%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=42.05%
G=43.05%
B=14.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127130450.0200.650.4962.1248.5734.31
Hex7F822D2041313e3122
Octal177202552010161766142
Binary1111111100000101011011001000001110001111110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,130,45); }

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

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

 a { background-color: rgb(127,130,45); }

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

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

 span { border-color: rgb(127,130,45); }

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