#7E8B2C

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

Shades of Trendy Green #7E8B2C

Tints of Trendy Green #7E8B2C

Color information

#7E8B2C (or 0x7E8B2C) is unknown color: approx Trendy Green. HEX triplet: 7E, 8B and 2C. RGB value is (126,139,44). Sum of RGB (Red+Green+Blue) = 126+139+44=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #7E8B2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8B2C is #8174D3. Grayscale: #7C7C7C. Windows color (decimal): -8484052 or 2919294. OLE color: 2919294.

HSL color Cylindrical-coordinate representation of color #7E8B2C: hue angle of 68.21º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E8B2C is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB12613944-
CMYK0.0900.680.45
HSL68.21º51.91%35.88%-
HSV(B)68.21º68.35%54.51%-
XYZ18.2923.085.87-
YUV124.2882.69129.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.78%
GREEN value IS 139 (54.69% from 255) = 44.98%
BLUE value IS 44 (17.58% from 255) = 14.24%
R=40.78%
G=44.98%
B=14.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126139440.0900.680.4568.2151.9135.88
Hex7E8B2C90442D443424
Octal17621354110104551046444
Binary1111110100010111011001001010001001011011000100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,139,44); }

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

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

 a { background-color: rgb(126,139,44); }

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

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

 span { border-color: rgb(126,139,44); }

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