#7C8329

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

Shades of Trendy Green #7C8329

Tints of Trendy Green #7C8329

Color information

#7C8329 (or 0x7C8329) is unknown color: approx Trendy Green. HEX triplet: 7C, 83 and 29. RGB value is (124,131,41). Sum of RGB (Red+Green+Blue) = 124+131+41=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #7C8329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8329 is #837CD6. Grayscale: #767676. Windows color (decimal): -8617175 or 2720636. OLE color: 2720636.

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

Color convert

RGB12413141-
CMYK0.0500.690.49
HSL64.67º52.33%33.73%-
HSV(B)64.67º68.7%51.37%-
XYZ16.8320.685.2-
YUV118.6584.18131.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.89%
GREEN value IS 131 (51.56% from 255) = 44.26%
BLUE value IS 41 (16.41% from 255) = 13.85%
R=41.89%
G=44.26%
B=13.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124131410.0500.690.4964.6752.3333.73
Hex7C8329504531413422
Octal1742035150105611016442
Binary111110010000011101001101010001011100011000001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,131,41); }

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

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

 a { background-color: rgb(124,131,41); }

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

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

 span { border-color: rgb(124,131,41); }

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