#7E8726

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

Shades of Trendy Green #7E8726

Tints of Trendy Green #7E8726

Color information

#7E8726 (or 0x7E8726) is unknown color: approx Trendy Green. HEX triplet: 7E, 87 and 26. RGB value is (126,135,38). Sum of RGB (Red+Green+Blue) = 126+135+38=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #7E8726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8726 is #8178D9. Grayscale: #797979. Windows color (decimal): -8485082 or 2525054. OLE color: 2525054.

HSL color Cylindrical-coordinate representation of color #7E8726: hue angle of 65.57º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E8726 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB12613538-
CMYK0.0700.720.47
HSL65.57º56.07%33.92%-
HSV(B)65.57º71.85%52.94%-
XYZ17.6221.95.13-
YUV121.2581.02131.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.14%
GREEN value IS 135 (53.12% from 255) = 45.15%
BLUE value IS 38 (15.23% from 255) = 12.71%
R=42.14%
G=45.15%
B=12.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126135380.0700.720.4765.5756.0733.92
Hex7E872670482F423822
Octal1762074670110571027042
Binary111111010000111100110111010010001011111000010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,135,38); }

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

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

 a { background-color: rgb(126,135,38); }

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

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

 span { border-color: rgb(126,135,38); }

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