#7C8036

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

Shades of Trendy Green #7C8036

Tints of Trendy Green #7C8036

Color information

#7C8036 (or 0x7C8036) is unknown color: approx Trendy Green. HEX triplet: 7C, 80 and 36. RGB value is (124,128,54). Sum of RGB (Red+Green+Blue) = 124+128+54=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #7C8036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8036 is #837FC9. Grayscale: #767676. Windows color (decimal): -8617930 or 3571836. OLE color: 3571836.

HSL color Cylindrical-coordinate representation of color #7C8036: hue angle of 63.24º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C8036 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB12412854-
CMYK0.0300.580.50
HSL63.24º40.66%35.69%-
HSV(B)63.24º57.81%50.2%-
XYZ16.719.996.47-
YUV118.3791.67132.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.52%
GREEN value IS 128 (50.39% from 255) = 41.83%
BLUE value IS 54 (21.48% from 255) = 17.65%
R=40.52%
G=41.83%
B=17.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal124128540.0300.580.5063.2440.6635.69
Hex7C8036303A323f2924
Octal17420066307262775144
Binary111110010000000110110110111010110010111111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,128,54); }

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

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

 a { background-color: rgb(124,128,54); }

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

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

 span { border-color: rgb(124,128,54); }

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