#7C822F

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

Shades of Trendy Green #7C822F

Tints of Trendy Green #7C822F

Color information

#7C822F (or 0x7C822F) is unknown color: approx Trendy Green. HEX triplet: 7C, 82 and 2F. RGB value is (124,130,47). Sum of RGB (Red+Green+Blue) = 124+130+47=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #7C822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C822F is #837DD0. Grayscale: #777777. Windows color (decimal): -8617425 or 3113596. OLE color: 3113596.

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

Color convert

RGB12413047-
CMYK0.0500.640.49
HSL64.34º46.89%34.71%-
HSV(B)64.34º63.85%50.98%-
XYZ16.8120.465.75-
YUV118.7487.51131.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.20%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 47 (18.75% from 255) = 15.61%
R=41.20%
G=43.19%
B=15.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124130470.0500.640.4964.3446.8934.71
Hex7C822F504031402f23
Octal1742025750100611005743
Binary111110010000010101111101010000001100011000000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,130,47); }

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

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

 a { background-color: rgb(124,130,47); }

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

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

 span { border-color: rgb(124,130,47); }

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