#7D811D

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

Shades of Trendy Green #7D811D

Tints of Trendy Green #7D811D

Color information

#7D811D (or 0x7D811D) is unknown color: approx Trendy Green. HEX triplet: 7D, 81 and 1D. RGB value is (125,129,29). Sum of RGB (Red+Green+Blue) = 125+129+29=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #7D811D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D811D is #827EE2. Grayscale: #747474. Windows color (decimal): -8552163 or 1933693. OLE color: 1933693.

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

Color convert

RGB12512929-
CMYK0.0300.780.49
HSL62.4º63.29%30.98%-
HSV(B)62.4º77.52%50.59%-
XYZ16.5320.154.18-
YUV116.478.67134.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.17%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 29 (11.72% from 255) = 10.25%
R=44.17%
G=45.58%
B=10.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125129290.0300.780.4962.463.2930.98
Hex7D811D304E313e3f1f
Octal175201353011661767737
Binary11111011000000111101110100111011000111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D811D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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