#7D841D

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

Shades of Trendy Green #7D841D

Tints of Trendy Green #7D841D

Color information

#7D841D (or 0x7D841D) is unknown color: approx Trendy Green. HEX triplet: 7D, 84 and 1D. RGB value is (125,132,29). Sum of RGB (Red+Green+Blue) = 125+132+29=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #7D841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D841D is #827BE2. Grayscale: #767676. Windows color (decimal): -8551395 or 1934461. OLE color: 1934461.

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

Color convert

RGB12513229-
CMYK0.0500.780.48
HSL64.08º63.98%31.57%-
HSV(B)64.08º78.03%51.76%-
XYZ16.9320.954.31-
YUV118.1677.68132.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.71%
GREEN value IS 132 (51.95% from 255) = 46.15%
BLUE value IS 29 (11.72% from 255) = 10.14%
R=43.71%
G=46.15%
B=10.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125132290.0500.780.4864.0863.9831.57
Hex7D841D504E30404020
Octal17520435501166010010040
Binary111110110000100111011010100111011000010000001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D841D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,132,29); }

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

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

 a { background-color: rgb(125,132,29); }

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

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

 span { border-color: rgb(125,132,29); }

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