#7C832D

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

Shades of Trendy Green #7C832D

Tints of Trendy Green #7C832D

Color information

#7C832D (or 0x7C832D) is unknown color: approx Trendy Green. HEX triplet: 7C, 83 and 2D. RGB value is (124,131,45). Sum of RGB (Red+Green+Blue) = 124+131+45=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #7C832D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C832D is #837CD2. Grayscale: #777777. Windows color (decimal): -8617171 or 2982780. OLE color: 2982780.

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

Color convert

RGB12413145-
CMYK0.0500.660.49
HSL64.88º48.86%34.51%-
HSV(B)64.88º65.65%51.37%-
XYZ16.920.715.59-
YUV119.186.18131.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 131 (51.56% from 255) = 43.67%
BLUE value IS 45 (17.97% from 255) = 15%
R=41.33%
G=43.67%
B=15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124131450.0500.660.4964.8848.8634.51
Hex7C832D504231413123
Octal1742035550102611016143
Binary111110010000011101101101010000101100011000001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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