#7E7D27

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

Shades of Trendy Green #7E7D27

Tints of Trendy Green #7E7D27

Color information

#7E7D27 (or 0x7E7D27) is unknown color: approx Trendy Green. HEX triplet: 7E, 7D and 27. RGB value is (126,125,39). Sum of RGB (Red+Green+Blue) = 126+125+39=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7D27 is #8182D8. Grayscale: #737373. Windows color (decimal): -8487641 or 2588030. OLE color: 2588030.

HSL color Cylindrical-coordinate representation of color #7E7D27: hue angle of 59.31º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E7D27 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB12612539-
CMYK00.010.690.51
HSL59.31º52.73%32.35%-
HSV(B)59.31º69.05%49.41%-
XYZ16.319.254.78-
YUV115.584.83135.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.45%
GREEN value IS 125 (49.22% from 255) = 43.10%
BLUE value IS 39 (15.62% from 255) = 13.45%
R=43.45%
G=43.10%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261253900.010.690.5159.3152.7332.35
Hex7E7D270145333b3520
Octal176175470110563736540
Binary11111101111101100111011000101110011111011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,125,39); }

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

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

 a { background-color: rgb(126,125,39); }

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

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

 span { border-color: rgb(126,125,39); }

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