#727C1E

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

Shades of Trendy Green #727C1E

Tints of Trendy Green #727C1E

Color information

#727C1E (or 0x727C1E) is unknown color: approx Trendy Green. HEX triplet: 72, 7C and 1E. RGB value is (114,124,30). Sum of RGB (Red+Green+Blue) = 114+124+30=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #727C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727C1E is #8D83E1. Grayscale: #6E6E6E. Windows color (decimal): -9274338 or 1997938. OLE color: 1997938.

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

Color convert

RGB11412430-
CMYK0.0800.760.51
HSL66.38º61.04%30.2%-
HSV(B)66.38º75.81%48.63%-
XYZ14.3818.093.96-
YUV110.2982.69130.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 124 (48.83% from 255) = 46.27%
BLUE value IS 30 (12.11% from 255) = 11.19%
R=42.54%
G=46.27%
B=11.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114124300.0800.760.5166.3861.0430.2
Hex727C1E804C33423d1e
Octal16217436100114631027536
Binary1110010111110011110100001001100110011100001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,124,30); }

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

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

 a { background-color: rgb(114,124,30); }

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

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

 span { border-color: rgb(114,124,30); }

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