#7C9420

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

Shades of Trendy Green #7C9420

Tints of Trendy Green #7C9420

Color information

#7C9420 (or 0x7C9420) is unknown color: approx Trendy Green. HEX triplet: 7C, 94 and 20. RGB value is (124,148,32). Sum of RGB (Red+Green+Blue) = 124+148+32=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #7C9420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9420 is #836BDF. Grayscale: #808080. Windows color (decimal): -8612832 or 2135164. OLE color: 2135164.

HSL color Cylindrical-coordinate representation of color #7C9420: hue angle of 72.41º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C9420 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB12414832-
CMYK0.1600.780.42
HSL72.41º64.44%35.29%-
HSV(B)72.41º78.38%58.04%-
XYZ19.1625.575.29-
YUV127.674.05125.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.79%
GREEN value IS 148 (58.20% from 255) = 48.68%
BLUE value IS 32 (12.89% from 255) = 10.53%
R=40.79%
G=48.68%
B=10.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124148320.1600.780.4272.4164.4435.29
Hex7C94201004E2A484023
Octal174224402001165211010043
Binary111110010010100100000100000100111010101010010001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,148,32); }

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

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

 a { background-color: rgb(124,148,32); }

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

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

 span { border-color: rgb(124,148,32); }

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