#7E7F1D

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

Shades of Trendy Green #7E7F1D

Tints of Trendy Green #7E7F1D

Color information

#7E7F1D (or 0x7E7F1D) is unknown color: approx Trendy Green. HEX triplet: 7E, 7F and 1D. RGB value is (126,127,29). Sum of RGB (Red+Green+Blue) = 126+127+29=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #7E7F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7F1D is #8180E2. Grayscale: #737373. Windows color (decimal): -8487139 or 1933182. OLE color: 1933182.

HSL color Cylindrical-coordinate representation of color #7E7F1D: hue angle of 60.61º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E7F1D is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB12612729-
CMYK0.0100.770.50
HSL60.61º62.82%30.59%-
HSV(B)60.61º77.17%49.8%-
XYZ16.4219.74.1-
YUV115.5379.17135.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.68%
GREEN value IS 127 (50% from 255) = 45.04%
BLUE value IS 29 (11.72% from 255) = 10.28%
R=44.68%
G=45.04%
B=10.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126127290.0100.770.5060.6162.8230.59
Hex7E7F1D104D323d3f1f
Octal176177351011562757737
Binary111111011111111110110100110111001011110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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