#7E861D

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

Shades of Trendy Green #7E861D

Tints of Trendy Green #7E861D

Color information

#7E861D (or 0x7E861D) is unknown color: approx Trendy Green. HEX triplet: 7E, 86 and 1D. RGB value is (126,134,29). Sum of RGB (Red+Green+Blue) = 126+134+29=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #7E861D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E861D is #8179E2. Grayscale: #787878. Windows color (decimal): -8485347 or 1934974. OLE color: 1934974.

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

Color convert

RGB12613429-
CMYK0.0600.780.47
HSL64.57º64.42%31.96%-
HSV(B)64.57º78.36%52.55%-
XYZ17.3521.574.41-
YUV119.6476.85132.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.60%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 29 (11.72% from 255) = 10.03%
R=43.60%
G=46.37%
B=10.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126134290.0600.780.4764.5764.4231.96
Hex7E861D604E2F414020
Octal17620635601165710110040
Binary111111010000110111011100100111010111110000011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E861D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,134,29); }

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

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

 a { background-color: rgb(126,134,29); }

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

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

 span { border-color: rgb(126,134,29); }

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