#7C8D1A

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

Shades of Trendy Green #7C8D1A

Tints of Trendy Green #7C8D1A

Color information

#7C8D1A (or 0x7C8D1A) is unknown color: approx Trendy Green. HEX triplet: 7C, 8D and 1A. RGB value is (124,141,26). Sum of RGB (Red+Green+Blue) = 124+141+26=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #7C8D1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8D1A is #8372E5. Grayscale: #7B7B7B. Windows color (decimal): -8614630 or 1740156. OLE color: 1740156.

HSL color Cylindrical-coordinate representation of color #7C8D1A: hue angle of 68.87º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C8D1A is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB12414126-
CMYK0.1200.820.45
HSL68.87º68.86%32.75%-
HSV(B)68.87º81.56%55.29%-
XYZ18.0223.414.55-
YUV122.8173.37128.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.61%
GREEN value IS 141 (55.47% from 255) = 48.45%
BLUE value IS 26 (10.55% from 255) = 8.93%
R=42.61%
G=48.45%
B=8.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124141260.1200.820.4568.8768.8632.75
Hex7C8D1AC0522D454521
Octal174215321401225510510541
Binary1111100100011011101011000101001010110110001011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,141,26); }

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

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

 a { background-color: rgb(124,141,26); }

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

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

 span { border-color: rgb(124,141,26); }

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