#7C812E

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

Shades of Trendy Green #7C812E

Tints of Trendy Green #7C812E

Color information

#7C812E (or 0x7C812E) is unknown color: approx Trendy Green. HEX triplet: 7C, 81 and 2E. RGB value is (124,129,46). Sum of RGB (Red+Green+Blue) = 124+129+46=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #7C812E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C812E is #837ED1. Grayscale: #767676. Windows color (decimal): -8617682 or 3047804. OLE color: 3047804.

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

Color convert

RGB12412946-
CMYK0.0400.640.49
HSL63.61º47.43%34.31%-
HSV(B)63.61º64.34%50.59%-
XYZ16.6620.185.6-
YUV118.0487.34132.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.47%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 46 (18.36% from 255) = 15.38%
R=41.47%
G=43.14%
B=15.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124129460.0400.640.4963.6147.4334.31
Hex7C812E404031402f22
Octal1742015640100611005742
Binary111110010000001101110100010000001100011000000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C812E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,129,46); }

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

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

 a { background-color: rgb(124,129,46); }

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

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

 span { border-color: rgb(124,129,46); }

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