#7D8134

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

Shades of Trendy Green #7D8134

Tints of Trendy Green #7D8134

Color information

#7D8134 (or 0x7D8134) is unknown color: approx Trendy Green. HEX triplet: 7D, 81 and 34. RGB value is (125,129,52). Sum of RGB (Red+Green+Blue) = 125+129+52=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #7D8134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8134 is #827ECB. Grayscale: #777777. Windows color (decimal): -8552140 or 3441021. OLE color: 3441021.

HSL color Cylindrical-coordinate representation of color #7D8134: hue angle of 63.12º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D8134 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB12512952-
CMYK0.0300.600.49
HSL63.12º42.54%35.49%-
HSV(B)63.12º59.69%50.59%-
XYZ16.9320.316.28-
YUV119.0390.17132.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.85%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 52 (20.70% from 255) = 16.99%
R=40.85%
G=42.16%
B=16.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125129520.0300.600.4963.1242.5435.49
Hex7D8134303C313f2b23
Octal17520164307461775343
Binary111110110000001110100110111100110001111111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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