#7C8031

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

Shades of Trendy Green #7C8031

Tints of Trendy Green #7C8031

Color information

#7C8031 (or 0x7C8031) is unknown color: approx Trendy Green. HEX triplet: 7C, 80 and 31. RGB value is (124,128,49). Sum of RGB (Red+Green+Blue) = 124+128+49=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #7C8031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8031 is #837FCE. Grayscale: #767676. Windows color (decimal): -8617935 or 3244156. OLE color: 3244156.

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

Color convert

RGB12412849-
CMYK0.0300.620.50
HSL63.04º44.63%34.71%-
HSV(B)63.04º61.72%50.2%-
XYZ16.5919.955.88-
YUV117.889.17132.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.20%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 49 (19.53% from 255) = 16.28%
R=41.20%
G=42.52%
B=16.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal124128490.0300.620.5063.0444.6334.71
Hex7C8031303E323f2d23
Octal17420061307662775543
Binary111110010000000110001110111110110010111111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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