#7D8C1C

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

Shades of Trendy Green #7D8C1C

Tints of Trendy Green #7D8C1C

Color information

#7D8C1C (or 0x7D8C1C) is unknown color: approx Trendy Green. HEX triplet: 7D, 8C and 1C. RGB value is (125,140,28). Sum of RGB (Red+Green+Blue) = 125+140+28=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 140 - color contains mainly: green. Hex color #7D8C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8C1C is #8273E3. Grayscale: #7B7B7B. Windows color (decimal): -8549348 or 1870973. OLE color: 1870973.

HSL color Cylindrical-coordinate representation of color #7D8C1C: hue angle of 68.04º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D8C1C is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB12514028-
CMYK0.1100.800.45
HSL68.04º66.67%32.94%-
HSV(B)68.04º80%54.9%-
XYZ18.0523.24.63-
YUV122.7574.53129.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.66%
GREEN value IS 140 (55.08% from 255) = 47.78%
BLUE value IS 28 (11.33% from 255) = 9.56%
R=42.66%
G=47.78%
B=9.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125140280.1100.800.4568.0466.6732.94
Hex7D8C1CB0502D444321
Octal175214341301205510410341
Binary1111101100011001110010110101000010110110001001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,140,28); }

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

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

 a { background-color: rgb(125,140,28); }

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

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

 span { border-color: rgb(125,140,28); }

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