#727e1a

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

Shades of Trendy Green #727E1A

Tints of Trendy Green #727E1A

Color information

#727E1A (or 0x727E1A) is unknown color: approx Trendy Green. HEX triplet: 72, 7E and 1A. RGB value is (114,126,26). Sum of RGB (Red+Green+Blue) = 114+126+26=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #727E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727E1A is #8D81E5. Grayscale: #6F6F6F. Windows color (decimal): -9273830 or 1736306. OLE color: 1736306.

HSL color Cylindrical-coordinate representation of color #727E1A: hue angle of 67.2º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #727E1A is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB11412626-
CMYK0.1000.790.51
HSL67.2º65.79%29.8%-
HSV(B)67.2º79.37%49.41%-
XYZ14.5918.573.79-
YUV111.0180.02130.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 126 (49.61% from 255) = 47.37%
BLUE value IS 26 (10.55% from 255) = 9.77%
R=42.86%
G=47.37%
B=9.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114126260.1000.790.5167.265.7929.8
Hex727E1AA04F3343421e
Octal162176321201176310310236
Binary11100101111110110101010010011111100111000011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727e1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727e1a; }

 p { color: rgb(114,126,26); }

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

<style>
 a { background-color: #727e1a; }

 a { background-color: rgb(114,126,26); }

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

<style>
 span { border-color: #727e1a; }

 span { border-color: rgb(114,126,26); }

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