#7E7914

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

Shades of Trendy Green #7E7914

Tints of Trendy Green #7E7914

Color information

#7E7914 (or 0x7E7914) is unknown color: approx Trendy Green. HEX triplet: 7E, 79 and 14. RGB value is (126,121,20). Sum of RGB (Red+Green+Blue) = 126+121+20=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7914 is #8186EB. Grayscale: #6F6F6F. Windows color (decimal): -8488684 or 1341822. OLE color: 1341822.

HSL color Cylindrical-coordinate representation of color #7E7914: hue angle of 57.17º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E7914 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB12612120-
CMYK00.040.840.51
HSL57.17º72.6%28.63%-
HSV(B)57.17º84.13%49.41%-
XYZ15.5718.163.35-
YUV110.9876.66138.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.19%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 20 (8.20% from 255) = 7.49%
R=47.19%
G=45.32%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261212000.040.840.5157.1772.628.63
Hex7E791404543339491d
Octal1761712404124637111135
Binary111111011110011010001001010100110011111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,121,20); }

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

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

 a { background-color: rgb(126,121,20); }

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

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

 span { border-color: rgb(126,121,20); }

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