#7E8413

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

Shades of Trendy Green #7E8413

Tints of Trendy Green #7E8413

Color information

#7E8413 (or 0x7E8413) is unknown color: approx Trendy Green. HEX triplet: 7E, 84 and 13. RGB value is (126,132,19). Sum of RGB (Red+Green+Blue) = 126+132+19=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8413 is #817BEC. Grayscale: #757575. Windows color (decimal): -8485869 or 1279102. OLE color: 1279102.

HSL color Cylindrical-coordinate representation of color #7E8413: hue angle of 63.19º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E8413 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB12613219-
CMYK0.0500.860.48
HSL63.19º74.83%29.61%-
HSV(B)63.19º85.61%51.76%-
XYZ16.9720.993.77-
YUV117.3272.51134.19-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.49%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 19 (7.81% from 255) = 6.86%
R=45.49%
G=47.65%
B=6.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126132190.0500.860.4863.1974.8329.61
Hex7E84135056303f4b1e
Octal1762042350126607711336
Binary1111110100001001001110101010110110000111111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,132,19); }

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

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

 a { background-color: rgb(126,132,19); }

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

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

 span { border-color: rgb(126,132,19); }

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