#7D8124

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

Shades of Trendy Green #7D8124

Tints of Trendy Green #7D8124

Color information

#7D8124 (or 0x7D8124) is unknown color: approx Trendy Green. HEX triplet: 7D, 81 and 24. RGB value is (125,129,36). Sum of RGB (Red+Green+Blue) = 125+129+36=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #7D8124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8124 is #827EDB. Grayscale: #757575. Windows color (decimal): -8552156 or 2392445. OLE color: 2392445.

HSL color Cylindrical-coordinate representation of color #7D8124: hue angle of 62.58º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D8124 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB12512936-
CMYK0.0300.720.49
HSL62.58º56.36%32.35%-
HSV(B)62.58º72.09%50.59%-
XYZ16.6320.194.69-
YUV117.282.17133.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.10%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 36 (14.45% from 255) = 12.41%
R=43.10%
G=44.48%
B=12.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125129360.0300.720.4962.5856.3632.35
Hex7D81243048313f3820
Octal175201443011061777040
Binary1111101100000011001001101001000110001111111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,129,36); }

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

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

 a { background-color: rgb(125,129,36); }

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

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

 span { border-color: rgb(125,129,36); }

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